From fea7f85a4e3082c87d2a532550b31c9a39c70ca3 Mon Sep 17 00:00:00 2001 From: Max Bires Date: Tue, 7 Mar 2023 20:06:21 -0800 Subject: [PATCH] Add RKPD unit tests to trusty keymaster changes. This ensures that full integration testing is done when changes are made to the KM/IRPC client HAL service for Trusty. Test: The tests are run. Change-Id: Id22bbac119f76653a5b2338e97f28032822741f0 --- trusty/keymaster/TEST_MAPPING | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/trusty/keymaster/TEST_MAPPING b/trusty/keymaster/TEST_MAPPING index 0dd39fb0d..0475e0401 100644 --- a/trusty/keymaster/TEST_MAPPING +++ b/trusty/keymaster/TEST_MAPPING @@ -5,6 +5,18 @@ }, { "name": "VtsHalRemotelyProvisionedComponentTargetTest" + }, + { + "name": "RkpdAppUnitTests" + }, + { + "name": "RkpdAppGoogleUnitTests" + }, + { + "name": "RkpdAppIntegrationTests" + }, + { + "name": "RkpdAppGoogleIntegrationTests" } ] }