You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
780 B
35 lines
780 B
{
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsContentTestCases",
|
|
"options": [
|
|
{
|
|
"include-filter": "android.content.pm.cts.PackageManagerShellCommandTest"
|
|
},
|
|
{
|
|
"include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
|
|
},
|
|
{
|
|
"include-filter": "android.content.pm.cts.ChecksumsTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsPackageManagerStatsHostTestCases",
|
|
"options": [
|
|
{
|
|
"include-filter": "com.android.cts.packagemanager.stats.host.PackageInstallerV2StatsTests"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsIncrementalInstallHostTestCases"
|
|
}
|
|
],
|
|
"presubmit-large": [
|
|
{
|
|
"name": "CtsInstalledLoadingProgressHostTests"
|
|
}
|
|
]
|
|
}
|