summaryrefslogtreecommitdiff
path: root/telecomm/TEST_MAPPING
diff options
context:
space:
mode:
authoreasoncylee <easoncylee@google.com>2019-12-03 16:40:05 +0800
committereasoncylee <easoncylee@google.com>2020-01-13 11:13:27 +0800
commit72ef0277c3a0010b05d625a291b72c04a43e2494 (patch)
treeeb891a93f9efc85b2d838912c9880f3e55ddebe4 /telecomm/TEST_MAPPING
parentf61d2347c05bdc948d9662e7a40710a871a3d6bb (diff)
Convert apct/telephonycomm/all_unit_tests to Test Mapping Suite.
Bug: 145165552 Bug: 147338431 Test: TreeHugger atest TelecomUnitTests atest TelephonyProviderTests atest TeleServiceTests Change-Id: Ie03fbe458ce1ada83fb68593665952e7015aee52
Diffstat (limited to 'telecomm/TEST_MAPPING')
-rw-r--r--telecomm/TEST_MAPPING29
1 files changed, 29 insertions, 0 deletions
diff --git a/telecomm/TEST_MAPPING b/telecomm/TEST_MAPPING
new file mode 100644
index 000000000000..d58566673eec
--- /dev/null
+++ b/telecomm/TEST_MAPPING
@@ -0,0 +1,29 @@
+{
+ "presubmit": [
+ {
+ "name": "TeleServiceTests",
+ "options": [
+ {
+ "exclude-annotation": "androidx.test.filters.FlakyTest"
+ }
+ ]
+ },
+ {
+ "name": "TelecomUnitTests",
+ "options": [
+ {
+ "exclude-annotation": "androidx.test.filters.FlakyTest"
+ }
+ ]
+ },
+ {
+ "name": "TelephonyProviderTests",
+ "options": [
+ {
+ "exclude-annotation": "androidx.test.filters.FlakyTest"
+ }
+ ]
+ }
+ ]
+}
+