diff options
| author | 2022-04-18 19:16:20 +0800 | |
|---|---|---|
| committer | 2022-04-18 19:16:20 +0800 | |
| commit | 6d9b0f714ec58e26bd38f00501b72e66398bee76 (patch) | |
| tree | 315576ac03eca2ed20e968c3db46adc2f60e17f5 | |
| parent | 256a0b563fc4f985c3802d43a2b6e42cd9128c2a (diff) | |
Convert apct/managed_provisioning/presubmit_test 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: 145574049
Test: TreeHugger
atest ManagedProvisioningTests
Change-Id: I8234cc5cadae2ed2162cb09ec8695c7262fcdb2e
| -rw-r--r-- | TEST_MAPPING | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index b43eb7e12170..e178583bca78 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -17,6 +17,14 @@ ], "presubmit": [ { + "name": "ManagedProvisioningTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + }, + { "file_patterns": [ "ApexManager\\.java", "SystemServer\\.java", |