Add TEST_MAPPING for LightsService

Test: N/A
Bug: 154638739
Change-Id: I57ad181571ce357fe54420d049b7877d5c5ebc72
This commit is contained in:
Robin Lee
2020-04-23 22:12:51 +02:00
parent ef87e2e54f
commit 593233890f

View File

@@ -0,0 +1,21 @@
{
"presubmit": [
{
"name": "CtsHardwareTestCases",
"options": [
{"include-filter": "com.android.hardware.lights"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.LargeTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"}
]
},
{
"name": "FrameworksServicesTests",
"options": [
{"include-filter": "com.android.server.lights"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"}
]
}
]
}