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:
Remi NGUYEN VAN
2021-07-06 03:04:15 +00:00
committed by Automerger Merge Worker
2 changed files with 11 additions and 0 deletions

View File

@@ -19,6 +19,11 @@
"name": "TetheringIntegrationTests"
}
],
"postsubmit": [
{
"name": "ConnectivityCoverageTests"
}
],
"mainline-presubmit": [
{
// 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": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
}
],
"imports": [

View File

@@ -50,6 +50,9 @@ android_test {
// TODO: change to 31 as soon as it is available
target_sdk_version: "30",
test_suites: ["device-tests", "mts"],
test_mainline_modules: [
"CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex",
],
defaults: [
"framework-connectivity-test-defaults",
"FrameworksNetTests-jni-defaults",