OSDN Git Service

Relax testing under GSI
authorBranden Archer <brarcher@google.com>
Mon, 1 Jul 2019 17:43:52 +0000 (10:43 -0700)
committerBranden Archer <brarcher@google.com>
Tue, 2 Jul 2019 20:58:39 +0000 (13:58 -0700)
commitc4cd8ed446dbde39df701dab0525e5ef5b9824ec
tree76082fe06c0f187f38e2689e34556459018579f6
parentcd00105c383f8294dec26220ca05ed58f2a78123
Relax testing under GSI

VTS testing on GSI images will no longer occur on userdebug
builds. Instead, a user build is used with a boot image containing
a rootable adb. There is a change in Keystore that allows root to
create test keys on debuggable builds specifically for this VTS test.
Without that change the positive test cases will fail, as the test
keys cannot be generated.

To allow this test to continue working when run against GSI builds,
the parts of the test which require debuggable builds are skipped.

Test: build/test VtsHalWifiKeystoreV1_0TargetTest
      on a GSI user build with rootable adb
Bug: 135421408

Change-Id: I4f7d29389dc170966e76a6661854cc92d0ea6e7f
Merged-In: Ie52e916a658b09eea66ffd9c5f2ac704656f4f3f
wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp