blob: c983f5c77605ce2aa208440fa99bdf967526b239 [file] [log] [blame]
David Su8e99f9c2020-12-29 17:06:05 -08001{
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 {
David Sudae156f2021-03-02 17:45:11 -080019 "name": "MtsWifiTestCases[com.google.android.wifi.apex]"
David Sua1e6a292021-03-23 08:31:50 -070020 },
David Sudae156f2021-03-02 17:45:11 -080021 {
David Su8e99f9c2020-12-29 17:06:05 -080022 "name": "CtsWifiTestCases[com.google.android.wifi.apex]",
23 "options": [
24 {
25 "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported"
26 }
27 ]
David Su8e99f9c2020-12-29 17:06:05 -080028 }
29 ]
30}