diff options
author | David Drysdale <drysdale@google.com> | 2021-04-27 16:43:01 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-04-27 16:43:01 +0000 |
commit | 5cde787c9f720d702a8c1c65f5468a1c7401337f (patch) | |
tree | 3fba8641d5a3c26591029229a65022b8419a23e4 /security/keymint/aidl/vts/functional/KeyMintTest.cpp | |
parent | 2fff1705623c2af5c7f2c38cd511c32abf9a6afb (diff) | |
parent | 56ba912b30e91a2c20174f693c4e2b0d634cfb90 (diff) |
Merge "Align KeyMint AIDL with usage"
Diffstat (limited to 'security/keymint/aidl/vts/functional/KeyMintTest.cpp')
-rw-r--r-- | security/keymint/aidl/vts/functional/KeyMintTest.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/security/keymint/aidl/vts/functional/KeyMintTest.cpp b/security/keymint/aidl/vts/functional/KeyMintTest.cpp index aa008f8a87..a89cc5bb21 100644 --- a/security/keymint/aidl/vts/functional/KeyMintTest.cpp +++ b/security/keymint/aidl/vts/functional/KeyMintTest.cpp @@ -5372,16 +5372,6 @@ TEST_P(UnlockedDeviceRequiredTest, DISABLED_KeysBecomeUnusable) { INSTANTIATE_KEYMINT_AIDL_TEST(UnlockedDeviceRequiredTest); -using PerformOperationTest = KeyMintAidlTestBase; - -TEST_P(PerformOperationTest, RequireUnimplemented) { - vector<uint8_t> response; - auto result = keymint_->performOperation({} /* request */, &response); - ASSERT_EQ(GetReturnErrorCode(result), ErrorCode::UNIMPLEMENTED); -} - -INSTANTIATE_KEYMINT_AIDL_TEST(PerformOperationTest); - } // namespace aidl::android::hardware::security::keymint::test int main(int argc, char** argv) { |