1{ 2 "presubmit": [ 3 { 4 "name": "MtsWifiTestCases" 5 } 6 ], 7 "presubmit-large": [ 8 { 9 "name": "CtsWifiTestCases", 10 "options": [ 11 { 12 "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported" 13 } 14 ] 15 } 16 ], 17 "mainline-presubmit": [ 18 { 19 "name": "MtsWifiTestCases[com.google.android.wifi.apex]" 20 }, 21 { 22 "name": "CtsWifiTestCases[com.google.android.wifi.apex]", 23 "options": [ 24 { 25 "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported" 26 }, 27 { 28 "exclude-annotation": "com.android.compatibility.common.util.NonMainlineTest" 29 } 30 ] 31 } 32 ], 33 "wifi-mainline-presubmit": [ 34 { 35 "name": "MtsWifiTestCases" 36 }, 37 { 38 "name": "CtsWifiTestCases", 39 "options": [ 40 { 41 "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported" 42 }, 43 { 44 "exclude-annotation": "com.android.compatibility.common.util.NonMainlineTest" 45 } 46 ] 47 } 48 ] 49} 50