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

Commit e5dc1d9d authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Move Platinum tests to BVT

Test: atest --test-mapping frameworks/base/packages/SystemUI:staged-platinum-postsubmit
Test: atest --test-mapping frameworks/base/packages/SystemUI:platinum-postsubmit
Change-Id: I67f47e5214a74f13634de062e9005b680c7dce47
parent a2968105
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -16,5 +16,24 @@
        }
      ]
    }
  ],
  "platinum-postsubmit": [
    {
      "name": "PlatformScenarioTests",
      "options": [
        {
            "include-filter": "android.platform.test.scenario.sysui"
        },
        {
            "include-annotation": "android.platform.test.scenario.annotation.Scenario"
        },
        {
            "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
            "exclude-annotation": "android.platform.helpers.Staging"
        }
      ]
    }
  ]
}