Songchun Fan | 0813fb0 | 2021-02-22 22:58:55 +0000 | [diff] [blame] | 1 | { |
| 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" |
easoncylee | 25a14af | 2021-04-19 10:41:26 +0800 | [diff] [blame^] | 27 | } |
| 28 | ], |
| 29 | "presubmit-large": [ |
Songchun Fan | 0813fb0 | 2021-02-22 22:58:55 +0000 | [diff] [blame] | 30 | { |
| 31 | "name": "CtsInstalledLoadingProgressHostTests" |
| 32 | } |
| 33 | ] |
| 34 | } |