platform_hardware_interfaces/automotive/vehicle/TEST_MAPPING
Yu Shan edb969a9d5 Fix proto converter and support VUR.
Fix proto converter bug while parsing supported enum values. Need
to populate supportedEnumValues with a vector first before storing
the values because by default it is an empty nullopt.

This CL also adds logic for parsing supportVUR.

Test: atest VehicleHalProtoMessageConverterTest
Bug: 306748801
Change-Id: Ice087a6f0298770d47f51a8d36c7857445df1de3
2023-10-30 14:03:00 -07:00

59 lines
1.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"
}
]
},
{
"name": "VehicleHalProtoMessageConverterTest"
}
]
}