summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author easoncylee <easoncylee@google.com> 2019-12-02 23:20:23 +0800
committer Chun-Yi Lee <easoncylee@google.com> 2019-12-19 06:55:24 +0000
commit1aa15ffa25c39001f6f72ea45e8aa45807c498a1 (patch)
tree140f745c9d35d3c367c0fddc98bddbf42a6f5b27
parentf6ea5afa58ba1ad2b26436704099afd2ca636102 (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_MAPPING48
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"
+ }
+ ]
+ }
+ ]
+}