blob: 8c515109a3095be1fdfce06c848d736776ff81b9 [file] [log] [blame]
David Su66679122020-07-10 22:40:11 -07001{
2 "presubmit": [
3 {
4 "name": "CtsWifiTestCases",
5 "options": [
6 {
7 "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported"
8 }
9 ]
10 }
David Su2ac691c2020-11-05 12:53:56 -080011 ],
12 "mainline-presubmit": [
13 {
14 "name": "FrameworksWifiApiTests[com.google.android.wifi.apex]"
15 },
16 {
17 "name": "CtsWifiTestCases[com.google.android.wifi.apex]",
18 "options": [
19 {
20 "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported"
21 }
22 ]
23 }
David Su66679122020-07-10 22:40:11 -070024 ]
25}