[test] TEST_MAPPING for incremental service
BUG: 172866626 Test: presubmit test; atest Change-Id: If5a018028f83d44a71585173842c8535be2288b9
This commit is contained in:
@@ -133,5 +133,8 @@ cc_test {
|
||||
],
|
||||
static_libs: [
|
||||
"libgmock",
|
||||
]
|
||||
],
|
||||
test_options: {
|
||||
unit_test: true,
|
||||
},
|
||||
}
|
||||
|
||||
32
services/incremental/TEST_MAPPING
Normal file
32
services/incremental/TEST_MAPPING
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "CtsContentTestCases",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.content.pm.cts.PackageManagerShellCommandTest"
|
||||
},
|
||||
{
|
||||
"include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
|
||||
},
|
||||
{
|
||||
"include-filter": "android.content.pm.cts.ChecksumsTest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CtsPackageManagerStatsHostTestCases",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "com.android.cts.packagemanager.stats.host.PackageInstallerV2StatsTests"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CtsIncrementalInstallHostTestCases"
|
||||
},
|
||||
{
|
||||
"name": "CtsInstalledLoadingProgressHostTests"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user