blob: f2ad068854c405fb18516113db79f095bd743650 [file] [log] [blame]
Songchun Fan0813fb02021-02-22 22:58:55 +00001{
2 "presubmit": [
3 {
Songchun Fan0813fb02021-02-22 22:58:55 +00004 "name": "CtsPackageManagerStatsHostTestCases",
5 "options": [
6 {
7 "include-filter": "com.android.cts.packagemanager.stats.host.PackageInstallerV2StatsTests"
8 }
9 ]
10 },
11 {
12 "name": "CtsIncrementalInstallHostTestCases"
easoncylee25a14af2021-04-19 10:41:26 +080013 }
14 ],
15 "presubmit-large": [
Songchun Fan0813fb02021-02-22 22:58:55 +000016 {
17 "name": "CtsInstalledLoadingProgressHostTests"
Jackal Guoccc91c42021-08-25 16:47:25 +080018 },
19 {
20 "name": "CtsContentTestCases",
21 "options": [
22 {
23 "include-filter": "android.content.pm.cts.PackageManagerShellCommandTest"
24 },
25 {
26 "include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
27 },
28 {
29 "include-filter": "android.content.pm.cts.ChecksumsTest"
30 }
31 ]
Songchun Fan0813fb02021-02-22 22:58:55 +000032 }
33 ]
34}