blob: f520c8a07a16be6598b3d39f2420dd6681f7fc71 [file] [log] [blame]
Jun8dcc06c2019-11-07 13:51:24 -08001{
Jun13683062019-12-02 17:00:21 -08002 "auto-end-to-end-presubmit": [
Jun8dcc06c2019-11-07 13:51:24 -08003 {
4 "name": "AndroidAutoUiTests",
5 "options" : [
6 {
7 "include-filter": "android.test.functional.auto.apps.HomeHelperTest"
8 }
9 ]
10 }
Jun485caff2020-02-27 14:38:28 -080011 ],
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 }
Jun8dcc06c2019-11-07 13:51:24 -080021 ]
22}