update TEST_MAPPING by using new e2e test apk

Test: atest :auto-end-to-end-postsubmit
bug 202182059

Change-Id: I8bd134931d3e0201ed999655ad747e00d02e44d1
This commit is contained in:
Jun
2021-10-07 17:03:30 -07:00
parent 78359a1dc7
commit 0105305ad4

View File

@@ -116,13 +116,18 @@
],
"auto-end-to-end-postsubmit": [
{
"name": "AndroidAutoUiTests",
"name": "AndroidAutomotiveHomeTests",
"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"
}
]
}