Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0105305a authored by Jun's avatar Jun
Browse files

update TEST_MAPPING by using new e2e test apk

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

Change-Id: I8bd134931d3e0201ed999655ad747e00d02e44d1
parent 78359a1d
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -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"
        }
      ]
    },
    {
          "include-filter": "android.test.functional.auto.apps.NotificationHelperTest"
      "name": "AndroidAutomotiveNotificationsTests",
      "options" : [
        {
          "include-filter": "android.platform.tests.NotificationTest"
        }
      ]
    }