From 0105305ad4b7d184be0a09354ecbee88e1c3e7e7 Mon Sep 17 00:00:00 2001 From: Jun Date: Thu, 7 Oct 2021 17:03:30 -0700 Subject: [PATCH] update TEST_MAPPING by using new e2e test apk Test: atest :auto-end-to-end-postsubmit bug 202182059 Change-Id: I8bd134931d3e0201ed999655ad747e00d02e44d1 --- packages/SystemUI/TEST_MAPPING | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index e509777633e72..1fe509ac538fa 100644 --- a/packages/SystemUI/TEST_MAPPING +++ b/packages/SystemUI/TEST_MAPPING @@ -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" } ] }