diff options
| author | 2019-12-02 23:20:23 +0800 | |
|---|---|---|
| committer | 2019-12-19 06:55:24 +0000 | |
| commit | 1aa15ffa25c39001f6f72ea45e8aa45807c498a1 (patch) | |
| tree | 140f745c9d35d3c367c0fddc98bddbf42a6f5b27 | |
| parent | f6ea5afa58ba1ad2b26436704099afd2ca636102 (diff) | |
Convert apct/framework/window_manager_presubmit-cloud-tf to Test Mapping Suite.
This CL is to convert CF presubmit tests to run in Test Mapping suite.
It has been verified that the test coverage is the same as the original
ATP config.
Bug: 145165552
Bug: 146392848
Test: TreeHugger
atest FrameworksServicesTests
atest FrameworksCoreTests
atest WmTests
atest FrameworksMockingCoreTests
Change-Id: I30b59e4e51897d222a1580bef89491e41865c06a
| -rw-r--r-- | services/TEST_MAPPING | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/services/TEST_MAPPING b/services/TEST_MAPPING new file mode 100644 index 000000000000..5652ab1b88b9 --- /dev/null +++ b/services/TEST_MAPPING @@ -0,0 +1,48 @@ +{ + "presubmit": [ + { + "name": "FrameworksCoreTests", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + }, + { + "name": "FrameworksServicesTests", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + }, + { + "name": "FrameworksMockingCoreTests", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + }, + { + "name": "WmTests", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + } + ] +} |