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
This commit is contained in:
parent
254ae6c82b
commit
065a7207a2
2 changed files with 20 additions and 0 deletions
7
trusty/gatekeeper/TEST_MAPPING
Normal file
7
trusty/gatekeeper/TEST_MAPPING
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "VtsHalGatekeeperTargetTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
13
trusty/keymaster/TEST_MAPPING
Normal file
13
trusty/keymaster/TEST_MAPPING
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "RemoteProvisionerUnitTests"
|
||||
},
|
||||
{
|
||||
"name": "VtsAidlKeyMintTargetTest"
|
||||
},
|
||||
{
|
||||
"name": "VtsHalRemotelyProvisionedComponentTargetTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue