android_system_sepolicy/TEST_MAPPING
Ashwini Oruganti 9301818539 Add TEST_MAPPING for pre-submit tests
Run SELinuxHostTest whenever a change is made.

Filtering the tests to the ones that check that priv-apps are running in
their own domains.

Bug: 143172058
Test: Running "atest" in system/sepolicy runs SELinuxHostTest
Change-Id: If17642400129e97eb3bf2f631e784f92826adb9a
2020-02-06 09:57:03 -08:00

20 lines
551 B
Plaintext

{
"presubmit": [
{
"name": "CtsSecurityHostTestCases",
"options": [
{
"include-filter": "android.security.cts.SELinuxHostTest#testPermissionControllerDomain"
},
{
"include-filter": "android.security.cts.SELinuxHostTest#testVzwOmaTriggerDomain"
},
{
"include-filter": "android.security.cts.SELinuxHostTest#testGMSCoreDomain"
}
]
}
]
}