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
This commit is contained in:
easoncylee
2022-04-18 19:16:20 +08:00
parent 256a0b563f
commit 6d9b0f714e

View File

@@ -16,6 +16,14 @@
} }
], ],
"presubmit": [ "presubmit": [
{
"name": "ManagedProvisioningTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{ {
"file_patterns": [ "file_patterns": [
"ApexManager\\.java", "ApexManager\\.java",