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:
parent
a96f8a59d2
commit
633e7a052a
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "TelecomUnitTests",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "TeleServiceTests",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue