blob: d32364d8dcf8c32d22a17dc1db95cbe325694daa [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 {
Joanne Chungf0782f52023-07-19 12:08:26 +000012 "name": "CtsPackageManagerIncrementalStatsHostTestCases"
13 },
14 {
Songchun Fan0813fb02021-02-22 22:58:55 +000015 "name": "CtsIncrementalInstallHostTestCases"
Felka Changca1bbb62022-01-04 17:44:42 +080016 },
17 {
18 "name": "libincfs-test"
19 },
20 {
21 "name": "service.incremental_test"
Julien Desprezd8959942023-02-28 19:08:19 +000022 },
23 {
24 "name": "CtsInstalledLoadingProgressHostTests"
Alex Buynytskyy0a96efb2023-07-20 04:16:08 +000025 },
Songchun Fan0813fb02021-02-22 22:58:55 +000026 {
Alex Buynytskyy0a96efb2023-07-20 04:16:08 +000027 "name": "CtsPackageManagerTestCases",
Jackal Guoccc91c42021-08-25 16:47:25 +080028 "options": [
29 {
Alex Buynytskyy0a96efb2023-07-20 04:16:08 +000030 "include-filter": "android.content.pm.cts.PackageManagerShellCommandInstallTest"
Jackal Guoccc91c42021-08-25 16:47:25 +080031 },
32 {
33 "include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
34 },
35 {
36 "include-filter": "android.content.pm.cts.ChecksumsTest"
37 }
38 ]
Songchun Fan0813fb02021-02-22 22:58:55 +000039 }
Edward Liawffba92f2022-12-06 01:02:05 +000040 ],
41 "kernel-presubmit": [
42 {
43 "name": "CtsIncrementalInstallHostTestCases"
44 }
Songchun Fan0813fb02021-02-22 22:58:55 +000045 ]
46}