Merge "update TEST_MAPPING by using new e2e test apk" into sc-v2-dev

This commit is contained in:
Jun Wang
2021-11-04 20:31:19 +00:00
committed by Android (Google) Code Review

View File

@@ -116,13 +116,18 @@
], ],
"auto-end-to-end-postsubmit": [ "auto-end-to-end-postsubmit": [
{ {
"name": "AndroidAutoUiTests", "name": "AndroidAutomotiveHomeTests",
"options" : [ "options" : [
{ {
"include-filter": "android.test.functional.auto.apps.HomeHelperTest" "include-filter": "android.platform.tests.HomeTest"
}, }
]
},
{
"name": "AndroidAutomotiveNotificationsTests",
"options" : [
{ {
"include-filter": "android.test.functional.auto.apps.NotificationHelperTest" "include-filter": "android.platform.tests.NotificationTest"
} }
] ]
} }