Merge "Convert apct/framework/window_manager_presubmit-cloud-tf to Test Mapping Suite."

am: 928f0bf26e

Change-Id: I2b0193723f0c05f82aee1352fda60495cdaf517e
This commit is contained in:
easoncylee
2020-01-06 19:08:29 -08:00
committed by android-build-merger

48
services/TEST_MAPPING Normal file
View File

@@ -0,0 +1,48 @@
{
"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"
}
]
}
]
}