platform_hardware_interfaces/automotive/vehicle/TEST_MAPPING
Yu Shan 03cd34e246 Create JsonConfigLoader.
This CL adds a JsonConfigLoader to parse the vehicle proeprty
config file in JSON format.

This CL also adds DefaultConfigTest to verify the JSON file
is compatible with the existing header file.

Test: atest JsonConfigLoaderUnitTest
atest VehicleHalDefaultConfigTest
Bug: 238685398

Change-Id: If679afd2245cb7e2a49fd964f343b660c9bcea25
2022-08-01 21:29:17 +00:00

48 lines
881 B
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"
}
]
}