commit | 65b9c173ea572c7755a1ab9b8dc01a34467e2d64 | [log] [tgz] |
---|---|---|
author | Baranidharan Muthukumaran <bmuthuku@qti.qualcomm.com> | Thu Sep 06 21:14:02 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 06 21:14:02 2018 -0700 |
tree | 4da099e59627c5683357b93a5ba60ba96265fef5 | |
parent | 1d6deec5b75c1256fdbc0c62b433d11687989ae6 [diff] | |
parent | 709aa5f453ae0314b0d5a4e8c5b75739c42b77d9 [diff] |
Skip NoUserConfirmation VTS test for Strongbox am: 709aa5f453 Change-Id: I6dff83b19396fcf599cb8f3be235124d0073beaf
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)