You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
583 B
31 lines
583 B
4 months ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|