diff --git a/automotive/TEST_MAPPING b/automotive/TEST_MAPPING new file mode 100644 index 0000000000..c64c8805d6 --- /dev/null +++ b/automotive/TEST_MAPPING @@ -0,0 +1,28 @@ +{ + "auto-presubmit": [ + { + "name": "AndroidCarApiTest" + }, + { + "name": "CarSecurityPermissionTest" + }, + { + "name": "CtsCarTestCases" + }, + { + "name": "CtsCarBuiltinApiTestCases" + }, + { + "name": "CtsCarHostTestCases" + }, + { + "name": "CtsCarBuiltinApiHostTestCases" + }, + { + "name": "CarServiceTest" + }, + { + "name": "CarServiceUnitTest" + } + ] +} \ No newline at end of file diff --git a/automotive/vehicle/TEST_MAPPING b/automotive/vehicle/TEST_MAPPING index 92cab96a87..ff6f3be52b 100644 --- a/automotive/vehicle/TEST_MAPPING +++ b/automotive/vehicle/TEST_MAPPING @@ -24,10 +24,5 @@ { "name": "DefaultVehicleHalTest" } - ], - "auto-postsubmit": [ - { - "name": "AndroidCarApiTest" - } ] }