| { | |
| "auto-end-to-end-presubmit": [ | |
| { | |
| "name": "AndroidAutoUiTests", | |
| "options" : [ | |
| { | |
| "include-filter": "android.test.functional.auto.apps.HomeHelperTest" | |
| } | |
| ] | |
| } | |
| ], | |
| "auto-end-to-end-postsubmit": [ | |
| { | |
| "name": "AndroidAutoUiTests", | |
| "options" : [ | |
| { | |
| "include-filter": "android.test.functional.auto.apps.NotificationHelperTest" | |
| } | |
| ] | |
| } | |
| ], | |
| "carsysui-presubmit": [ | |
| { | |
| "name": "CarSystemUITests", | |
| "options" : [ | |
| { | |
| "include-annotation": "com.android.systemui.car.CarSystemUiTest" | |
| } | |
| ] | |
| } | |
| ] | |
| } |