{ | |
"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" | |
} | |
] | |
} | |
] | |
} |