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

Commit 06031313 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Create initial test mapping file for remaining wm shell tests

Context: go/wm-infra-optimize

Test: atest WMShellUnitTests
Flag: TEST_ONLY
Bug: 407018127
Change-Id: I088e1e047f4f5bb81168d4d6b686482278fa2fc6
parent fb008518
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  "wm-screenshot": [
    {
      "name": "WMShellMultivalentScreenshotTestsOnDevice"
    }
  ]
}
 No newline at end of file
+15 −0
Original line number Diff line number Diff line
{
  "wm-cf": [
    {
      "name": "WMShellUnitTests"
    },
    {
      "name": "WMShellMultivalentTestsOnDevice"
    }
  ],
  "wm-robolectric": [
    {
      "name": "WMShellRobolectricTests"
    }
  ]
}
 No newline at end of file
+35 −0
Original line number Diff line number Diff line
{
  "imports": [
    {
      // Includes all flicker configs that rely on these scenarios
      "path": "frameworks/base/libs/WindowManager/Shell/tests/e2e/desktopmode/flicker-service"
    },
    {
      "path": "frameworks/base/libs/WindowManager/Shell/tests/e2e/desktopmode/scenarios"
    },
    {
      "path": "frameworks/base/libs/WindowManager/Shell/tests/e2e/mediaprojection"
    },
    {
      "path": "frameworks/base/libs/WindowManager/Shell/tests/e2e/splitscreen/flicker-legacy"
    },
    {
      "path": "frameworks/base/libs/WindowManager/Shell/tests/e2e/splitscreen/flicker-service"
    },
    {
      "path": "frameworks/base/libs/WindowManager/Shell/tests/e2e/splitscreen/platinum"
    },
    {
      "path": "frameworks/base/libs/WindowManager/Shell/tests/flicker/appcompat"
    },
    {
      "path": "frameworks/base/libs/WindowManager/Shell/tests/flicker/bubble"
    },
    {
      "path": "frameworks/base/libs/WindowManager/Shell/tests/flicker/pip"
    },
    {
      "path": "frameworks/base/libs/WindowManager/Shell/tests/unittest"
    }
  ]
}
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
{
  "wm-cf": [
    {
      "name": "WMShellUnitTests"
    }
  ]
}
 No newline at end of file