summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authoreasoncylee <easoncylee@google.com>2019-12-02 23:00:49 +0800
committereasoncylee <easoncylee@google.com>2019-12-09 20:51:57 +0800
commit1620d24cb9bcca84cb5d670891781f503e0ae3bd (patch)
tree087e9be2b2b8b0b2da68432c86a5e21086c92da3 /TEST_MAPPING
parent0b51af2540ffba7aa6da2761d7ed7ac2fb1ec8b0 (diff)
Convert apct/framework/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: 145575229 Test: TreeHugger atest FrameworksServicesTests atest FrameworksCoreTests Change-Id: I76e3b0d3a85d447d7b1e3138f6b341c8f00475dd
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING28
1 files changed, 28 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index ecd307840573..1a6f104892c6 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -23,6 +23,34 @@
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
+ },
+ {
+ "name": "FrameworksCoreTests",
+ "options": [
+ {
+ "include-annotation": "android.platform.test.annotations.Presubmit"
+ },
+ {
+ "exclude-annotation": "androidx.test.filters.FlakyTest"
+ },
+ {
+ "exclude-annotation": "org.junit.Ignore"
+ }
+ ]
+ },
+ {
+ "name": "FrameworksServicesTests",
+ "options": [
+ {
+ "include-annotation": "android.platform.test.annotations.Presubmit"
+ },
+ {
+ "exclude-annotation": "androidx.test.filters.FlakyTest"
+ },
+ {
+ "exclude-annotation": "org.junit.Ignore"
+ }
+ ]
}
]
}