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 } 29 ] 30} 31