From e2be3244e8faa47e044d6a03e08d8bcd58ec56c0 Mon Sep 17 00:00:00 2001 From: easoncylee <easoncylee@google.com> Date: Wed, 20 Apr 2022 11:31:13 +0800 Subject: [PATCH] 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 Merged-In: I8234cc5cadae2ed2162cb09ec8695c7262fcdb2e Change-Id: I268448e682b7c45741a62fa3bc1157986f3827d1 --- TEST_MAPPING | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TEST_MAPPING b/TEST_MAPPING index c5c60123d6cb..3a6b34776a9d 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -16,6 +16,14 @@ } ], "presubmit": [ + { + "name": "ManagedProvisioningTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + }, { "name": "FrameworksUiServicesTests", "options": [ -- GitLab