blob: cdb1fc6f40791a870867c50f899656d7c6c19504 [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 {
Songchun Fan38530762023-08-04 10:59:23 -070012 "name": "CtsPackageManagerIncrementalStatsHostTestCases",
13 "options": [
14 {
15 "exclude-annotation": "android.platform.test.annotations.LargeTest"
16 }
17 ]
Joanne Chungf0782f52023-07-19 12:08:26 +000018 },
19 {
Songchun Fan0813fb02021-02-22 22:58:55 +000020 "name": "CtsIncrementalInstallHostTestCases"
Felka Changca1bbb62022-01-04 17:44:42 +080021 },
22 {
23 "name": "libincfs-test"
24 },
25 {
26 "name": "service.incremental_test"
Julien Desprezd8959942023-02-28 19:08:19 +000027 },
28 {
29 "name": "CtsInstalledLoadingProgressHostTests"
Alex Buynytskyy0a96efb2023-07-20 04:16:08 +000030 },
Songchun Fan0813fb02021-02-22 22:58:55 +000031 {
Alex Buynytskyy0a96efb2023-07-20 04:16:08 +000032 "name": "CtsPackageManagerTestCases",
Jackal Guoccc91c42021-08-25 16:47:25 +080033 "options": [
34 {
Alex Buynytskyy0a96efb2023-07-20 04:16:08 +000035 "include-filter": "android.content.pm.cts.PackageManagerShellCommandInstallTest"
Jackal Guoccc91c42021-08-25 16:47:25 +080036 },
37 {
38 "include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
39 },
40 {
41 "include-filter": "android.content.pm.cts.ChecksumsTest"
42 }
43 ]
Songchun Fan0813fb02021-02-22 22:58:55 +000044 }
Edward Liawffba92f2022-12-06 01:02:05 +000045 ],
46 "kernel-presubmit": [
47 {
48 "name": "CtsIncrementalInstallHostTestCases"
49 }
Songchun Fan38530762023-08-04 10:59:23 -070050 ],
51 "postsubmit": [
52 {
53 "name": "CtsPackageManagerIncrementalStatsHostTestCases",
54 "options": [
55 {
56 "include-annotation": "android.platform.test.annotations.LargeTest"
57 }
58 ]
59 }
Songchun Fan0813fb02021-02-22 22:58:55 +000060 ]
61}