From 065a7207a2cd786338d3da7d7f3e0b88eeceb828 Mon Sep 17 00:00:00 2001 From: Max Bires Date: Tue, 29 Nov 2022 02:50:45 -0800 Subject: [PATCH] Add TEST_MAPPING files. These TEST_MAPPING definitions ensure that the VTS tests for the respective HAL services will be executed upon any changes committed to the HAL services. Test: hopefully this is the test Change-Id: Icfaf3621f2c7b9608deb998ba4b5cfd6621a7310 --- trusty/gatekeeper/TEST_MAPPING | 7 +++++++ trusty/keymaster/TEST_MAPPING | 13 +++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 trusty/gatekeeper/TEST_MAPPING create mode 100644 trusty/keymaster/TEST_MAPPING diff --git a/trusty/gatekeeper/TEST_MAPPING b/trusty/gatekeeper/TEST_MAPPING new file mode 100644 index 000000000..da6c76938 --- /dev/null +++ b/trusty/gatekeeper/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "VtsHalGatekeeperTargetTest" + } + ] +} diff --git a/trusty/keymaster/TEST_MAPPING b/trusty/keymaster/TEST_MAPPING new file mode 100644 index 000000000..ae48327e6 --- /dev/null +++ b/trusty/keymaster/TEST_MAPPING @@ -0,0 +1,13 @@ +{ + "presubmit": [ + { + "name": "RemoteProvisionerUnitTests" + }, + { + "name": "VtsAidlKeyMintTargetTest" + }, + { + "name": "VtsHalRemotelyProvisionedComponentTargetTest" + } + ] +}