diff options
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) { |