Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kbs_protocol: skip RCAR client tests when ProtocolVersion error occurs
The current setup with trustee repo for KBS server and guest-components repo for kbs_protocol client code has a cyclic dependency problem. test_client test uses "KBS latest" container image which won't work if any RCAR client code changes that change the protocol semantics are made. The suggest approach to break the cyclic dependency is to get the RCAR client changes merged first with a KBS protocol version bump. The test_client tests are modified to skip the tests in case the "KBS latest" server returns ProtocolVersion error. Following this, the corresponding KBS server changes are made in trustee repo with an update to kbs_protocol for kbs-client builds and the server supported protocol version. Signed-off-by: Mikko Ylinen <[email protected]>
- Loading branch information