blob: 053e36a01366d6a8d86250de112ebb39d6401849 [file] [log] [blame]
Ashwini Oruganti93018182020-01-22 10:12:05 -08001{
2 "presubmit": [
3 {
4 "name": "CtsSecurityHostTestCases",
5 "options": [
6 {
7 "include-filter": "android.security.cts.SELinuxHostTest#testPermissionControllerDomain"
8 },
9 {
10 "include-filter": "android.security.cts.SELinuxHostTest#testVzwOmaTriggerDomain"
11 },
12 {
13 "include-filter": "android.security.cts.SELinuxHostTest#testGMSCoreDomain"
14 }
Ashwini Oruganti93018182020-01-22 10:12:05 -080015 ]
Alan Stokes97038a22023-04-11 16:08:36 +010016 }
17 ],
18 "avf-presubmit": [
19 {
20 "name": "ComposHostTestCases"
Inseob Kim5bc8cb02021-08-13 01:14:11 +000021 },
22 {
23 "name": "MicrodroidHostTestCases"
Alan Stokes26dcfc52023-03-23 15:44:12 +000024 }
Ashwini Oruganti93018182020-01-22 10:12:05 -080025 ]
26}