Add TEST_MAPPING for logcat package
Bug: 262041042 Test: atest -p services/core/java/com/android/server/logcat:postsubmit Change-Id: I7e3221ac20825199d670e967044a4e622a9ce673
This commit is contained in:
21
services/core/java/com/android/server/logcat/TEST_MAPPING
Normal file
21
services/core/java/com/android/server/logcat/TEST_MAPPING
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "FrameworksServicesTests",
|
||||
"options": [
|
||||
{"include-filter": "com.android.server.logcat"},
|
||||
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
|
||||
{"exclude-annotation": "androidx.test.filters.FlakyTest"}
|
||||
]
|
||||
}
|
||||
],
|
||||
"postsubmit": [
|
||||
{
|
||||
"name": "FrameworksServicesTests",
|
||||
"options": [
|
||||
{"include-filter": "com.android.server.logcat"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user