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
This commit is contained in:
easoncylee 2019-11-26 12:10:01 +08:00 committed by Chun-Yi Lee
parent a96f8a59d2
commit 633e7a052a
1 changed files with 20 additions and 0 deletions

20
TEST_MAPPING Normal file
View File

@ -0,0 +1,20 @@
{
"presubmit": [
{
"name": "TelecomUnitTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "TeleServiceTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}