Add CtsAppSecurityHostTestCases to com.android.server.pm pre/post-submit

The entire suite takes a long time, so it was added to post-submit.

Only PrivilegedUpdateTest was added to presubmit since it tests critical
functionality for several system apps to function.

Bug: 150596321

Test: none, TEST_MAPPING change

Change-Id: I69f84aaca5e0cc1cda90bf2af8c6125457a384aa
This commit is contained in:
Winson
2020-03-06 12:06:37 -08:00
parent a132d3b5e2
commit 17bbd461fd

View File

@@ -44,6 +44,14 @@
"include-filter": "com.google.android.security.gts.PackageVerifierTest"
}
]
},
{
"name": "CtsAppSecurityHostTestCases",
"options": [
{
"include-filter": "android.appsecurity.cts.PrivilegedUpdateTests"
}
]
}
],
"postsubmit": [
@@ -55,6 +63,9 @@
}
]
},
{
"name": "CtsAppSecurityHostTestCases"
},
{
"name": "FrameworksServicesTests",
"options": [