diff options
| author | 2018-07-10 10:36:35 -0700 | |
|---|---|---|
| committer | 2018-07-12 11:58:27 -0700 | |
| commit | 5de1ee7cc21bde68d5fe343ae67a4265d43aae18 (patch) | |
| tree | a26818ba4ccb86b75736d2c6ffe28083af44876f | |
| parent | bad8de914ad0edcc3dcafe217cecb9bd98ca7f72 (diff) | |
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
| -rw-r--r-- | services/core/java/com/android/server/wm/TEST_MAPPING | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/wm/TEST_MAPPING b/services/core/java/com/android/server/wm/TEST_MAPPING new file mode 100644 index 000000000000..e885afa8031d --- /dev/null +++ b/services/core/java/com/android/server/wm/TEST_MAPPING @@ -0,0 +1,42 @@ +{ + "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." + } + ] + } + ] +} |