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

Commit 5de1ee7c authored by Dan Shi's avatar Dan Shi
Browse files

Add tests in gce-presubmit-wm.gcl and gce-postsubmit-wm.gcl to TEST_MAPPING

Bug: 111302567
Test: local run "atest", "atest :postsubmit"
Change-Id: I655f2bb987a3c3bf244b6e166cfb72a5b15c77c7
parent bad8de91
Loading
Loading
Loading
Loading
+42 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsWindowManagerDeviceTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.support.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.wm."
        },
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.support.test.filters.FlakyTest"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "CtsWindowManagerDeviceTestCases"
    },
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.wm."
        }
      ]
    }
  ]
}