Merge "Add TEST_MAPPING for UsageStats."
This commit is contained in:
committed by
Android (Google) Code Review
commit
ec2b60ef29
33
services/usage/java/com/android/server/usage/TEST_MAPPING
Normal file
33
services/usage/java/com/android/server/usage/TEST_MAPPING
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "FrameworksCoreTests",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.app.usage"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "FrameworksServicesTests",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "com.android.server.usage"
|
||||
},
|
||||
{
|
||||
"exclude-filter": "com.android.server.usage.StorageStatsServiceTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"postsubmit": [
|
||||
{
|
||||
"name": "CtsUsageStatsTestCases",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.app.usage.cts.UsageStatsTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user