• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "auto-end-to-end-presubmit": [
3    {
4      "name": "AndroidAutoUiTests",
5      "options" : [
6        {
7          "include-filter": "android.test.functional.auto.apps.HomeHelperTest"
8        }
9      ]
10    }
11  ],
12  "auto-end-to-end-postsubmit": [
13    {
14      "name": "AndroidAutoUiTests",
15      "options" : [
16        {
17          "include-filter": "android.test.functional.auto.apps.NotificationHelperTest"
18        }
19      ]
20    }
21  ],
22  "carsysui-presubmit": [
23    {
24      "name": "CarSystemUITests",
25      "options" : [
26        {
27          "include-annotation": "com.android.systemui.car.CarSystemUiTest"
28        }
29      ]
30    }
31  ]
32}
33