Convert apct/telephonycomm/all_unit_tests to Test Mapping Suite.

Bug: 145165552
Bug: 147338431

Test: TreeHugger
      atest TelecomUnitTests
      atest TelephonyProviderTests
      atest TeleServiceTests

Change-Id: Ie03fbe458ce1ada83fb68593665952e7015aee52
This commit is contained in:
easoncylee
2019-12-03 16:40:05 +08:00
parent f61d2347c0
commit 72ef0277c3
2 changed files with 58 additions and 0 deletions

29
telecomm/TEST_MAPPING Normal file
View File

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

29
telephony/TEST_MAPPING Normal file
View File

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