| { |
| "presubmit": [ |
| { |
| "name": "MtsWifiTestCases" |
| } |
| ], |
| "presubmit-large": [ |
| { |
| "name": "CtsWifiTestCases", |
| "options": [ |
| { |
| "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported" |
| } |
| ] |
| } |
| ], |
| "mainline-presubmit": [ |
| { |
| "name": "MtsWifiTestCases[com.google.android.wifi.apex]" |
| }, |
| { |
| "name": "CtsWifiTestCases[com.google.android.wifi.apex]", |
| "options": [ |
| { |
| "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported" |
| }, |
| { |
| "exclude-annotation": "com.android.compatibility.common.util.NonMainlineTest" |
| } |
| ] |
| } |
| ], |
| "wifi-mainline-presubmit": [ |
| { |
| "name": "MtsWifiTestCases" |
| }, |
| { |
| "name": "CtsWifiTestCases", |
| "options": [ |
| { |
| "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported" |
| }, |
| { |
| "exclude-annotation": "com.android.compatibility.common.util.NonMainlineTest" |
| } |
| ] |
| } |
| ] |
| } |