diff options
author | easoncylee <easoncylee@google.com> | 2019-11-26 10:27:48 +0800 |
---|---|---|
committer | easoncylee <easoncylee@google.com> | 2019-12-04 11:46:16 +0800 |
commit | 90857edbbefad6246b04639c55e1985d24d7c550 (patch) | |
tree | ca1dad87e1dd8650fbe6918cc62907106c67a9c4 | |
parent | 87bf9bc09c7a9f07b9e6f3d4923f6493098352da (diff) |
Convert apct/framework/ext_services_test-cloud-tf and
apct/framework/testables_test-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: 145488933
Bug: 145488321
Test: TreeHugger
atest ExtServicesUnitTests
atest TestablesTests
Change-Id: I95a96e6572cd508e3043dbbd0c665fac9fa79f18
-rw-r--r-- | TEST_MAPPING | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 1e0b58ef973c..ecd307840573 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -7,6 +7,22 @@ "exclude-annotation": "androidx.test.filters.FlakyTest" } ] + }, + { + "name": "ExtServicesUnitTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + }, + { + "name": "TestablesTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] } ] } |