android_system_sepolicy/TEST_MAPPING
Victor Hsieh 5844adf113 Add ComposHostTestCases to system/sepolicy/TEST_MAPPING
Bug: 195752513
Test: TH
Change-Id: I0e61e8cc46c248847a529ddc32f2636e97422b23
2021-10-13 16:42:27 -07:00

26 lines
681 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"
}
]
},
{
"name": "MicrodroidHostTestCases"
},
{
"name": "ComposHostTestCases"
}
]
}