diff options
| author | 2022-08-02 08:41:28 +0000 | |
|---|---|---|
| committer | 2022-08-10 15:32:41 +0000 | |
| commit | 95e92a78d51140f877b6d468eaefb391af37ad7a (patch) | |
| tree | 19e6976a8649e98df831e224951ab72028ea909e | |
| parent | 996f8af38381ab543987faab7087a495cce0430e (diff) | |
Ironwood sysui test-mapping
Creating a new test mapping group for IW
Bug: 240869036
Bug: 239384214
Change-Id: Ic029280e09cb78a0646339c3be7ab9059419017d
| -rw-r--r-- | packages/SystemUI/TEST_MAPPING | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index 154a6fca9d09..26feaf979b20 100644 --- a/packages/SystemUI/TEST_MAPPING +++ b/packages/SystemUI/TEST_MAPPING @@ -137,6 +137,22 @@ ] } ], + "ironwood-postsubmit": [ + { + "name": "PlatformScenarioTests", + "options": [ + { + "include-annotation": "android.platform.test.annotations.IwTest" + }, + { + "exclude-annotation": "org.junit.Ignore" + }, + { + "include-filter": "android.platform.test.scenario.sysui" + } + ] + } + ], "auto-end-to-end-postsubmit": [ { "name": "AndroidAutomotiveHomeTests", |