blob: 9fe090a400c8e9f2acca267120599a6c7a278c89 [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"
Felka Changca1bbb62022-01-04 17:44:42 +080013 },
14 {
15 "name": "libincfs-test"
16 },
17 {
18 "name": "service.incremental_test"
easoncylee25a14af2021-04-19 10:41:26 +080019 }
20 ],
21 "presubmit-large": [
Songchun Fan0813fb02021-02-22 22:58:55 +000022 {
23 "name": "CtsInstalledLoadingProgressHostTests"
Jackal Guoccc91c42021-08-25 16:47:25 +080024 },
25 {
26 "name": "CtsContentTestCases",
27 "options": [
28 {
29 "include-filter": "android.content.pm.cts.PackageManagerShellCommandTest"
30 },
31 {
32 "include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
33 },
34 {
35 "include-filter": "android.content.pm.cts.ChecksumsTest"
36 }
37 ]
Songchun Fan0813fb02021-02-22 22:58:55 +000038 }
39 ]
40}