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