commit | 49b858fc3db4df9b9aa7801f2f566909068ea684 | [log] [tgz] |
---|---|---|
author | Seth Moore <sethmo@google.com> | Tue Jul 27 23:50:28 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jul 27 23:50:28 2021 +0000 |
tree | f059b886a378a4831b669e0c91c9caf9ea644a10 | |
parent | 7d34149e8aaf99bc31611740e9be97de53ba5a6b [diff] | |
parent | a400a2967b428d40084d669ade934b328d2d1516 [diff] |
Allow uninstantiated remote provisioning tests am: 8aee4a857c am: a400a2967b Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/15404613 Change-Id: I6d46f84edf94e0cb323fb3e931ec400a77e245d0
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()), \