3586a8d1cc
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
56 lines
1 KiB
Text
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|