blob: d93525600a2dd34d3c303afc708c3c462a050d41 [file] [log] [blame]
Songchun Fan0813fb02021-02-22 22:58:55 +00001{
2 "presubmit": [
3 {
4 "name": "CtsContentTestCases",
5 "options": [
6 {
7 "include-filter": "android.content.pm.cts.PackageManagerShellCommandTest"
8 },
9 {
10 "include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
11 },
12 {
13 "include-filter": "android.content.pm.cts.ChecksumsTest"
14 }
15 ]
16 },
17 {
18 "name": "CtsPackageManagerStatsHostTestCases",
19 "options": [
20 {
21 "include-filter": "com.android.cts.packagemanager.stats.host.PackageInstallerV2StatsTests"
22 }
23 ]
24 },
25 {
26 "name": "CtsIncrementalInstallHostTestCases"
27 },
28 {
29 "name": "CtsInstalledLoadingProgressHostTests"
30 }
31 ]
32}