platform_hardware_interfaces/automotive/vehicle/TEST_MAPPING
Yu Shan 3586a8d1cc Add FakeVehicleStubUnitTest as presubmit.
FakeVehicleStubUnitTest depends on the fake vhal config file, so it
must be run as presubmit if we modify the config file.

Test: Presubmit
Bug: 279077869
Change-Id: If191cba503466a38a0bfdb9808d187affeaf2a62
2023-05-01 11:52:16 -07:00

56 lines
1 KiB
Text

{
"presubmit": [
{
"name": "VehicleHalAidlHidlCompatibilityTest"
},
{
"name": "VehicleHalDefaultConfigTest"
},
{
"name": "VehicleHalDefaultConfigTestEnableTestProperties"
},
{
"name": "JsonConfigLoaderUnitTest"
},
{
"name": "JsonConfigLoaderUnitTestEnableTestProperties"
},
{
"name": "VehicleHalVehicleUtilsTest"
},
{
"name": "VehiclePropertyAnnotationCppTest"
},
{
"name": "VehiclePropertyAnnotationJavaTest"
},
{
"name": "FakeVehicleHardwareTest"
},
{
"name": "FakeVehicleHalValueGeneratorsTest"
},
{
"name": "FakeObd2FrameTest"
},
{
"name": "FakeUserHalTest"
},
{
"name": "DefaultVehicleHalTest"
}
],
"auto-presubmit": [
{
"name": "VtsHalAutomotiveVehicle_TargetTest"
},
{
"name": "CarServiceUnitTest",
"options" : [
{
"include-filter": "com.android.car.hal.fakevhal.FakeVehicleStubUnitTest"
}
]
}
]
}