1{
2  "auto-postsubmit": [
3    {
4      "name": "CarServiceTest",
5      "options" : [
6        {
7          "include-filter": "com.android.car.pm.CarPackageManagerServiceTest"
8        },
9        {
10          "include-filter": "com.android.car.CarPackageManagerTest"
11        }
12      ]
13    },
14    {
15      "name": "CarServiceUnitTest",
16      "options" : [
17        {
18          "include-filter": "com.android.car.pm.VendorServiceControllerTest"
19        },
20        {
21          "include-filter": "com.android.car.pm.VendorServiceInfoTest"
22        }
23      ]
24    },
25    {
26      "name": "AndroidCarApiTest",
27      "options": [
28        {
29          "include-filter": "android.car.apitest.CarPackageManagerTest"
30        }
31      ]
32    }
33  ]
34}