Merge "update TEST_MAPPING by using new e2e test apk" into sc-v2-dev am: 3187af461d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16012317

Change-Id: Idaa7f2ca8baffcbbf1543cbb968c231914027bec
This commit is contained in:
Jun Wang
2021-11-04 20:40:21 +00:00
committed by Automerger Merge Worker

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