Felka Chang ca1bbb6254 Organize incremental test plan for PackageManager
This patch adds libincfs-test and service.incremental_test in the
presubmit process.

Test: atest service.incremental_test
Test: atest libincfs-test
Test: atest -p system/incremental_delivery/incfs
    http://ab/I24700010005521991

Bug: 180650365
Change-Id: Iaea12556d398893875c4ab3bb928477103fa7c18
2022-01-05 00:54:35 +08:00

41 lines
877 B
Plaintext

{
"presubmit": [
{
"name": "CtsPackageManagerStatsHostTestCases",
"options": [
{
"include-filter": "com.android.cts.packagemanager.stats.host.PackageInstallerV2StatsTests"
}
]
},
{
"name": "CtsIncrementalInstallHostTestCases"
},
{
"name": "libincfs-test"
},
{
"name": "service.incremental_test"
}
],
"presubmit-large": [
{
"name": "CtsInstalledLoadingProgressHostTests"
},
{
"name": "CtsContentTestCases",
"options": [
{
"include-filter": "android.content.pm.cts.PackageManagerShellCommandTest"
},
{
"include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
},
{
"include-filter": "android.content.pm.cts.ChecksumsTest"
}
]
}
]
}