97038a2c7c
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
29 lines
824 B
Text
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"
|
|
}
|
|
]
|
|
}
|