commit | 320794d157302dc84658886f1cf885933e912660 | [log] [tgz] |
---|---|---|
author | Baranidharan Muthukumaran <bmuthuku@qti.qualcomm.com> | Thu Sep 06 21:26:13 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 06 21:26:13 2018 -0700 |
tree | 6f053f498fa9c788504196d34c8bfcb501e2281d | |
parent | 7710deb8439a3d4b1fa805eb99fee6557c9f2e6a [diff] | |
parent | d9cd2d7ec0bebf4f02a662d704fa93b377b68c61 [diff] |
Skip NoUserConfirmation VTS test for Strongbox am: 709aa5f453 am: 65b9c173ea am: d9cd2d7ec0 Change-Id: I399d65e016827ca8c68c39f2332657140fba431a
diff --git a/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp b/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp index 89bcca6..784ae30 100644 --- a/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp +++ b/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp
@@ -751,6 +751,7 @@ * presented. */ TEST_F(SigningOperationsTest, NoUserConfirmation) { + if (SecLevel() == SecurityLevel::STRONGBOX) return; ASSERT_EQ(ErrorCode::OK, GenerateKey(AuthorizationSetBuilder() .RsaSigningKey(1024, 65537) .Digest(Digest::NONE)