mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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
This commit is contained in:
28
automotive/TEST_MAPPING
Normal file
28
automotive/TEST_MAPPING
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"auto-presubmit": [
|
||||
{
|
||||
"name": "AndroidCarApiTest"
|
||||
},
|
||||
{
|
||||
"name": "CarSecurityPermissionTest"
|
||||
},
|
||||
{
|
||||
"name": "CtsCarTestCases"
|
||||
},
|
||||
{
|
||||
"name": "CtsCarBuiltinApiTestCases"
|
||||
},
|
||||
{
|
||||
"name": "CtsCarHostTestCases"
|
||||
},
|
||||
{
|
||||
"name": "CtsCarBuiltinApiHostTestCases"
|
||||
},
|
||||
{
|
||||
"name": "CarServiceTest"
|
||||
},
|
||||
{
|
||||
"name": "CarServiceUnitTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -24,10 +24,5 @@
|
||||
{
|
||||
"name": "DefaultVehicleHalTest"
|
||||
}
|
||||
],
|
||||
"auto-postsubmit": [
|
||||
{
|
||||
"name": "AndroidCarApiTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user