From 643a79417231ed837bea71571420204992e5b37e Mon Sep 17 00:00:00 2001 From: Seth Moore Date: Tue, 20 Jul 2021 15:44:01 -0700 Subject: [PATCH] Add VtsRemotelyProvisionedComponentTests config VtsHalRemotelyProvisionedComponentTargetTest was picking up the same config file (AndroidTest.xml) as VtsAidlKeyMintTargetTest. When atest or TF was used to run VtsHalRemotelyProvisionedComponentTargetTest, it actually ran VtsAidlKeyMintTargetTest. Add a separate test config file so that we run the correct test binary. Test: atest VtsAidlKeyMintTargetTest Test: atest VtsHalRemotelyProvisionedComponentTargetTest Fixes: 192824779 Change-Id: I7ba0f8d364690209722f9a06c6c0ce2957781beb --- .../keymint/aidl/vts/functional/Android.bp | 1 + .../VtsRemotelyProvisionedComponentTests.xml | 34 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.xml diff --git a/security/keymint/aidl/vts/functional/Android.bp b/security/keymint/aidl/vts/functional/Android.bp index 386029f306..77eea8afd6 100644 --- a/security/keymint/aidl/vts/functional/Android.bp +++ b/security/keymint/aidl/vts/functional/Android.bp @@ -94,6 +94,7 @@ cc_test { "libkeymint_vts_test_utils", "libpuresoftkeymasterdevice", ], + test_config: "VtsRemotelyProvisionedComponentTests.xml", test_suites: [ "general-tests", "vts", diff --git a/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.xml b/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.xml new file mode 100644 index 0000000000..2375bde0ff --- /dev/null +++ b/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.xml @@ -0,0 +1,34 @@ + + + +