platform_hardware_interfaces/automotive/TEST_MAPPING
Yu Shan e77f6be875 Add tests that might be affected by HAL to presubmit.
Add list of tests to auto-presubmit for HAL changes. CarServiceTest
and CarServiceUnitTest theoratically should not interact with real
HAL, but add them as well just in case they are affected.

Test: Presubmit
Bug: 219843089
Change-Id: I47350d1d0683fd4fa505e289540fd5ce9034ebb9
2022-02-23 12:40:04 -08:00

28 lines
No EOL
428 B
Text

{
"auto-presubmit": [
{
"name": "AndroidCarApiTest"
},
{
"name": "CarSecurityPermissionTest"
},
{
"name": "CtsCarTestCases"
},
{
"name": "CtsCarBuiltinApiTestCases"
},
{
"name": "CtsCarHostTestCases"
},
{
"name": "CtsCarBuiltinApiHostTestCases"
},
{
"name": "CarServiceTest"
},
{
"name": "CarServiceUnitTest"
}
]
}