easoncylee 1aa15ffa25 Convert apct/framework/window_manager_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: 146392848

Test: TreeHugger
      atest FrameworksServicesTests
      atest FrameworksCoreTests
      atest WmTests
      atest FrameworksMockingCoreTests

Change-Id: I30b59e4e51897d222a1580bef89491e41865c06a
2019-12-19 06:55:24 +00:00

49 lines
1.0 KiB
Plaintext

{
"presubmit": [
{
"name": "FrameworksCoreTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "FrameworksServicesTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "FrameworksMockingCoreTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "WmTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}