platform_system_sepolicy/TEST_MAPPING
Sandro 2bea852d85 Add SeamendcHostTest to system/sepolicy presubmit checks
Bug: 238394904
Test: atest --test-mapping system/sepolicy/TEST_MAPPING:presubmit
Change-Id: If1d346ca9ff9f39e48a8074fb1c3f3a1d15b5372
2022-08-24 15:14:31 +00:00

27 lines
795 B
Text

{
"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"
},
{
"include-filter": "android.security.cts.SeamendcHostTest"
}
]
},
{
"name": "MicrodroidHostTestCases"
},
{
"name": "ComposHostTestCases"
}
]
}