blob: fa0b79110e593708e063d341d917f755deb3e01d [file] [log] [blame]
Yu Shane4923de2021-09-21 16:21:54 -07001{
2 "presubmit": [
3 {
Yu Shan379c33c2021-09-09 18:13:07 -07004 "name": "VehicleHalAidlHidlCompatibilityTest"
Yu Shane4923de2021-09-21 16:21:54 -07005 },
6 {
Yu Shan379c33c2021-09-09 18:13:07 -07007 "name": "VehicleHalDefaultConfigTest"
8 },
9 {
10 "name": "VehicleHalVehicleUtilsTest"
Yu Shanb219ef02021-09-13 16:46:20 -070011 },
12 {
Yu Shan63e24d72022-06-24 17:53:32 +000013 "name": "VehiclePropertyAnnotationCppTest"
14 },
15 {
16 "name": "VehiclePropertyAnnotationJavaTest"
17 },
18 {
Yu Shanb219ef02021-09-13 16:46:20 -070019 "name": "FakeVehicleHardwareTest"
Yu Shanf2b8b8f2021-10-01 17:54:14 -070020 },
21 {
22 "name": "FakeVehicleHalValueGeneratorsTest"
Yu Shan27bfe012021-10-12 16:12:27 -070023 },
24 {
25 "name": "FakeObd2FrameTest"
Yu Shan23fcad92021-10-14 12:40:00 -070026 },
27 {
28 "name": "FakeUserHalTest"
Yu Shanb33ac202021-10-15 15:37:38 -070029 },
30 {
31 "name": "DefaultVehicleHalTest"
Yu Shane4923de2021-09-21 16:21:54 -070032 }
Yu Shan726d51a2022-02-22 17:37:21 -080033 ],
34 "auto-presubmit": [
35 {
36 "name": "VtsHalAutomotiveVehicle_TargetTest"
37 }
Yu Shane4923de2021-09-21 16:21:54 -070038 ]
39}