Add ConnectivityCoverageTests to postsubmit am: 1c45a8a623
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/15165002 Change-Id: Ic58bad518f0239e3cbfcfaac4e51048a86c5d3cd
This commit is contained in:
@@ -19,6 +19,11 @@
|
|||||||
"name": "TetheringIntegrationTests"
|
"name": "TetheringIntegrationTests"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"postsubmit": [
|
||||||
|
{
|
||||||
|
"name": "ConnectivityCoverageTests"
|
||||||
|
}
|
||||||
|
],
|
||||||
"mainline-presubmit": [
|
"mainline-presubmit": [
|
||||||
{
|
{
|
||||||
// TODO: add back the tethering modules when updatable in this branch
|
// TODO: add back the tethering modules when updatable in this branch
|
||||||
@@ -38,6 +43,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
|
"name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"imports": [
|
"imports": [
|
||||||
|
|||||||
@@ -50,6 +50,9 @@ android_test {
|
|||||||
// TODO: change to 31 as soon as it is available
|
// TODO: change to 31 as soon as it is available
|
||||||
target_sdk_version: "30",
|
target_sdk_version: "30",
|
||||||
test_suites: ["device-tests", "mts"],
|
test_suites: ["device-tests", "mts"],
|
||||||
|
test_mainline_modules: [
|
||||||
|
"CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex",
|
||||||
|
],
|
||||||
defaults: [
|
defaults: [
|
||||||
"framework-connectivity-test-defaults",
|
"framework-connectivity-test-defaults",
|
||||||
"FrameworksNetTests-jni-defaults",
|
"FrameworksNetTests-jni-defaults",
|
||||||
|
|||||||
Reference in New Issue
Block a user