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

Commit 98a6bcf0 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Update test module config list

Fixes: 311643481
Flag: EXEMPT Test only
Test: atest WMShellFlickerTestsDesktopMode
Change-Id: I448dbdae45a87b2b6b293446c601761acf1ffc18
parent 37d324a5
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -44,11 +44,11 @@ test_module_config {
    base: "WMShellFlickerTestsDesktopMode",
    test_suites: ["device-tests"],
    exclude_filters: [
        "com.android.wm.shell.flicker.DesktopModeBaseTest",
        "com.android.wm.shell.flicker.fundamentals.CloseAllAppsViaAppHeaderExitTest",
        "com.android.wm.shell.flicker.fundamentals.CloseAllAppsWithBackNavigationTest",
        "com.android.wm.shell.flicker.fundamentals.EnterDesktopFromSplitScreenWithAppHandleMenuFlickerTest",
        "com.android.wm.shell.flicker.fundamentals.EnterDesktopWithAppHandleMenuFlickerTest",
        "com.android.wm.shell.flicker.fundamentals.EnterSplitScreenWithAppHandleMenuFlickerTest",
        "com.android.wm.shell.flicker.fundamentals.ExitDesktopToFullScreenWithAppHeaderMenuFlickerTest",
        "com.android.wm.shell.flicker.fundamentals.ExitDesktopToSplitScreenWithAppHeaderMenuFlickerTest",
        "com.android.wm.shell.flicker.fundamentals.OpenAppFromAllAppsFlickerTest",
@@ -70,13 +70,6 @@ test_module_config {
    ],
}

test_module_config {
    name: "WMShellFlickerTestsDesktopMode-DesktopModeBaseTest",
    base: "WMShellFlickerTestsDesktopMode",
    test_suites: ["device-tests"],
    include_filters: ["com.android.wm.shell.flicker.DesktopModeBaseTest"],
}

test_module_config {
    name: "WMShellFlickerTestsDesktopMode-fundamentals-CloseAllAppsViaAppHeaderExitTest",
    base: "WMShellFlickerTestsDesktopMode",
@@ -105,6 +98,13 @@ test_module_config {
    include_filters: ["com.android.wm.shell.flicker.fundamentals.EnterDesktopWithAppHandleMenuFlickerTest"],
}

test_module_config {
    name: "WMShellFlickerTestsDesktopMode-fundamentals-EnterSplitScreenWithAppHandleMenuFlickerTest",
    base: "WMShellFlickerTestsDesktopMode",
    test_suites: ["device-tests"],
    include_filters: ["com.android.wm.shell.flicker.fundamentals.EnterSplitScreenWithAppHandleMenuFlickerTest"],
}

test_module_config {
    name: "WMShellFlickerTestsDesktopMode-fundamentals-ExitDesktopToFullScreenWithAppHeaderMenuFlickerTest",
    base: "WMShellFlickerTestsDesktopMode",
+3 −3
Original line number Diff line number Diff line
@@ -3,9 +3,6 @@
    {
      "name": "WMShellFlickerTestsDesktopMode-CatchAll"
    },
    {
      "name": "WMShellFlickerTestsDesktopMode-DesktopModeBaseTest"
    },
    {
      "name": "WMShellFlickerTestsDesktopMode-fundamentals-CloseAllAppsViaAppHeaderExitTest"
    },
@@ -18,6 +15,9 @@
    {
      "name": "WMShellFlickerTestsDesktopMode-fundamentals-EnterDesktopWithAppHandleMenuFlickerTest"
    },
    {
      "name": "WMShellFlickerTestsDesktopMode-fundamentals-EnterSplitScreenWithAppHandleMenuFlickerTest"
    },
    {
      "name": "WMShellFlickerTestsDesktopMode-fundamentals-ExitDesktopToFullScreenWithAppHeaderMenuFlickerTest"
    },