From 1620d24cb9bcca84cb5d670891781f503e0ae3bd Mon Sep 17 00:00:00 2001 From: easoncylee Date: Mon, 2 Dec 2019 23:00:49 +0800 Subject: Convert apct/framework/presubmit-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: 145575229 Test: TreeHugger atest FrameworksServicesTests atest FrameworksCoreTests Change-Id: I76e3b0d3a85d447d7b1e3138f6b341c8f00475dd --- TEST_MAPPING | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'TEST_MAPPING') diff --git a/TEST_MAPPING b/TEST_MAPPING index ecd307840573..1a6f104892c6 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -23,6 +23,34 @@ "exclude-annotation": "androidx.test.filters.FlakyTest" } ] + }, + { + "name": "FrameworksCoreTests", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-annotation": "org.junit.Ignore" + } + ] + }, + { + "name": "FrameworksServicesTests", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-annotation": "org.junit.Ignore" + } + ] } ] } -- cgit v1.2.3