From 633e7a052a8d2bbdd527bdb1bfbfc80488206059 Mon Sep 17 00:00:00 2001 From: easoncylee Date: Tue, 26 Nov 2019 12:10:01 +0800 Subject: [PATCH] Convert apct/telecom/unit_test-cloud-tf and apct/telephonyservices/unit_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: 145574049 Bug: 145487806 Test: TreeHugger atest TelecomUnitTests atest TeleServiceTests Change-Id: I367074d1711a722179584a67c158daea78adb1c9 --- TEST_MAPPING | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 TEST_MAPPING diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 000000000..75feeb64d --- /dev/null +++ b/TEST_MAPPING @@ -0,0 +1,20 @@ +{ + "presubmit": [ + { + "name": "TelecomUnitTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + }, + { + "name": "TeleServiceTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + } + ] +}