commit | 7f3aa1f3378594b6c63b3e77718ef1af7700a2a4 | [log] [tgz] |
---|---|---|
author | Seth Moore <sethmo@google.com> | Tue Jul 27 23:46:48 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jul 27 23:46:48 2021 +0000 |
tree | 1b8cb005f6d7fab1b23fc925aa9003c86cbe9d73 | |
parent | e3a4bdcb482181d22f6c9f0892f6e6e5fc100267 [diff] | |
parent | 8ba6aebbfc30b98c6582df8455f7784c8792479e [diff] |
Allow uninstantiated remote provisioning tests am: 8aee4a857c am: 8ba6aebbfc Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/15404613 Change-Id: Ia61cfe023d94dfe6a75d0cce125493d4d268a110
diff --git a/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp b/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp index af951e8..38f3586 100644 --- a/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp +++ b/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp
@@ -41,6 +41,7 @@ namespace { #define INSTANTIATE_REM_PROV_AIDL_TEST(name) \ + GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(name); \ INSTANTIATE_TEST_SUITE_P( \ PerInstance, name, \ testing::ValuesIn(VtsRemotelyProvisionedComponentTests::build_params()), \