Merge "Add mainline TEST_MAPPING to run S module on R base image"
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ android_test {
|
||||
],
|
||||
|
||||
test_suites: [
|
||||
"device-tests",
|
||||
"general-tests",
|
||||
"mts",
|
||||
],
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user