commit | 513bf12932f7170c7da47fb6580ce860ff64b0c0 | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Wed Oct 06 11:53:13 2021 +0100 |
committer | David Drysdale <drysdale@google.com> | Tue Oct 12 07:22:28 2021 +0100 |
tree | b4c9ca86e54fad06cb5f1a5a83dc40b93e150952 | |
parent | 0531c94771054fc513819cf3bb33fd99f65873b7 [diff] |
KeyMint VTS: use GTEST_SKIP for optional fn When a KeyMint VTS exercises optional functionality, where possible use GTEST_SKIP() when that functionality is absent, so the test summary includes information about what is present and what isn't. This should not affect the overall test result. Test: VtsAidlKeyMintTargetTest Change-Id: I62d244d2e4ecc67737906009575e64b50450d4c4