Merge "frameworks/base/wifi: run CtsWifiTestCases in presubmit"

This commit is contained in:
David Su
2020-07-14 18:13:48 +00:00
committed by Android (Google) Code Review

12
wifi/TEST_MAPPING Normal file
View File

@@ -0,0 +1,12 @@
{
"presubmit": [
{
"name": "CtsWifiTestCases",
"options": [
{
"exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported"
}
]
}
]
}