commit | 7e03f98bd272b6e351852c52c981c1dae9ef00a9 | [log] [tgz] |
---|---|---|
author | Janis Danisevskis <jdanis@google.com> | Thu Jul 27 12:44:26 2017 -0700 |
committer | Janis Danisevskis <jdanis@google.com> | Tue Oct 03 16:13:21 2017 -0700 |
tree | ee40a7a7b8b484518178c83afde1c3d179bd3013 | |
parent | 1235d348e612fb559ff6d520fd6a1e44850aa36d [diff] |
Software keymaster attestations return 3 as keymaster version Bug: 67358942 Bug: 67359348 Test: VtsHalKeymasterV3_0TargetTest Change-Id: Ia04a55b407343ddddd4467c401ee2556e8fe9bd9
diff --git a/keymaster/3.0/vts/functional/keymaster_hidl_hal_test.cpp b/keymaster/3.0/vts/functional/keymaster_hidl_hal_test.cpp index 777099a..02e238a 100644 --- a/keymaster/3.0/vts/functional/keymaster_hidl_hal_test.cpp +++ b/keymaster/3.0/vts/functional/keymaster_hidl_hal_test.cpp
@@ -993,8 +993,8 @@ HidlBuf(app_id)); if (!KeymasterHidlTest::IsSecure()) { - // SW is KM2 - EXPECT_EQ(att_keymaster_version, 2U); + // SW is KM3 + EXPECT_EQ(att_keymaster_version, 3U); } if (KeymasterHidlTest::SupportsSymmetric()) {