platform_system_sepolicy/TEST_MAPPING
Alan Stokes 97038a2c7c Re-enable Compos test cases
Also move all the AVF related tests to avf-presubmit, so they run on
real devices.

Partially reverts commit 26dcfc5416,
now that the test is disabled on Cuttlefish.

Bug: 264496291
Test: Presubmit
Change-Id: Ic9ac7bd33d7fa3b23e67fc29f8d9c1658db618b8
2023-04-12 14:30:25 +00:00

29 lines
824 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"
}
]
}
],
"avf-presubmit": [
{
"name": "ComposHostTestCases"
},
{
"name": "MicrodroidHostTestCases"
}
]
}