Merge "Add mainline TEST_MAPPING to run S module on R base image"

This commit is contained in:
David Su
2020-11-10 15:16:24 +00:00
committed by Android (Google) Code Review
3 changed files with 16 additions and 1 deletions

View File

@@ -8,5 +8,18 @@
}
]
}
],
"mainline-presubmit": [
{
"name": "FrameworksWifiApiTests[com.google.android.wifi.apex]"
},
{
"name": "CtsWifiTestCases[com.google.android.wifi.apex]",
"options": [
{
"exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported"
}
]
}
]
}

View File

@@ -45,7 +45,7 @@ android_test {
],
test_suites: [
"device-tests",
"general-tests",
"mts",
],

View File

@@ -20,6 +20,8 @@
<option name="test-suite-tag" value="apct" />
<option name="test-tag" value="FrameworksWifiApiTests" />
<option name="config-descriptor:metadata" key="mainline-param"
value="com.google.android.wifi.apex" />
<test class="com.android.tradefed.testtype.AndroidJUnitTest" >
<option name="package" value="android.net.wifi.test" />
<option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />