summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaranidharan Muthukumaran2018-09-06 23:14:02 -0500
committerandroid-build-merger2018-09-06 23:14:02 -0500
commit65b9c173ea572c7755a1ab9b8dc01a34467e2d64 (patch)
tree4da099e59627c5683357b93a5ba60ba96265fef5 /keymaster
parent1d6deec5b75c1256fdbc0c62b433d11687989ae6 (diff)
parent709aa5f453ae0314b0d5a4e8c5b75739c42b77d9 (diff)
downloadplatform-hardware-interfaces-65b9c173ea572c7755a1ab9b8dc01a34467e2d64.tar.gz
platform-hardware-interfaces-65b9c173ea572c7755a1ab9b8dc01a34467e2d64.tar.xz
platform-hardware-interfaces-65b9c173ea572c7755a1ab9b8dc01a34467e2d64.zip
Skip NoUserConfirmation VTS test for Strongbox
am: 709aa5f453 Change-Id: I6dff83b19396fcf599cb8f3be235124d0073beaf
Diffstat (limited to 'keymaster')
-rw-r--r--keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp1
1 files changed, 1 insertions, 0 deletions
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 89bcca6a..784ae30c 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 @@ TEST_F(SigningOperationsTest, RsaPaddingNoneDoesNotAllowOther) {
751 * presented. 751 * presented.
752 */ 752 */
753TEST_F(SigningOperationsTest, NoUserConfirmation) { 753TEST_F(SigningOperationsTest, NoUserConfirmation) {
754 if (SecLevel() == SecurityLevel::STRONGBOX) return;
754 ASSERT_EQ(ErrorCode::OK, GenerateKey(AuthorizationSetBuilder() 755 ASSERT_EQ(ErrorCode::OK, GenerateKey(AuthorizationSetBuilder()
755 .RsaSigningKey(1024, 65537) 756 .RsaSigningKey(1024, 65537)
756 .Digest(Digest::NONE) 757 .Digest(Digest::NONE)