Add platinum package manager suite to staging

This change adds all existing package manager tests we've considered for
the platinum test suite to TEST_MAPPING.

Bug: 140252512
Test: N/A
Change-Id: Ib1e27820a093198c7dcc0343fa36002dd19174e9
This commit is contained in:
Patrick Baumann
2022-01-27 16:37:48 -08:00
parent b9314e1681
commit 88df10f277

View File

@@ -162,5 +162,68 @@
{
"name": "CtsInstallHostTestCases"
}
],
"staged-platinum-postsubmit": [
{
"name": "CtsIncrementalInstallHostTestCases"
},
{
"name": "CtsInstallHostTestCases"
},
{
"name": "CtsStagedInstallHostTestCases"
},
{
"name": "CtsExtractNativeLibsHostTestCases"
},
{
"name": "CtsAppSecurityHostTestCases",
"options": [
{
"include-filter": "com.android.cts.splitapp.SplitAppTest"
},
{
"include-filter": "android.appsecurity.cts.EphemeralTest"
}
]
},
{
"name": "FrameworksServicesTests",
"options": [
{
"include-filter": "com.android.server.pm.PackageParserTest"
}
]
},
{
"name": "CtsRollbackManagerHostTestCases"
},
{
"name": "CtsOsHostTestCases",
"options": [
{
"include-filter": "com.android.server.pm.PackageParserTest"
}
]
},
{
"name": "CtsContentTestCases",
"options": [
{
"include-filter": "android.content.cts.IntentFilterTest"
}
]
},
{
"name": "CtsAppEnumerationTestCases"
},
{
"name": "PackageManagerServiceUnitTests",
"options": [
{
"include-filter": "com.android.server.pm.test.verify.domain"
}
]
}
]
}