Merge "Update connectivity TEST_MAPPING" am: 7960575fab am: 218ac93535 am: 10b5b3f2fb

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1713468

Change-Id: I63057545acf25a12718c3f570083a08ffb4bd333
This commit is contained in:
Treehugger Robot
2021-05-20 09:55:25 +00:00
committed by Automerger Merge Worker
2 changed files with 15 additions and 13 deletions

View File

@@ -11,6 +11,12 @@
"exclude-annotation": "com.android.testutils.SkipPresubmit"
}
]
},
{
"name": "TetheringTests"
},
{
"name": "TetheringIntegrationTests"
}
],
"mainline-presubmit": [
@@ -24,12 +30,20 @@
]
}
],
// Tests on physical devices with SIM cards: postsubmit only for capacity constraints
"mainline-postsubmit": [
// Tests on physical devices with SIM cards: postsubmit only for capacity constraints
{
// TODO: add back the tethering module when updatable in this branch
"name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]",
"keywords": ["sim"]
},
{
"name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
}
],
"imports": [
{
"path": "packages/modules/NetworkStack"
}
]
}

View File

@@ -1,12 +0,0 @@
{
"presubmit": [
{
"name": "TetheringTests"
}
],
"postsubmit": [
{
"name": "TetheringIntegrationTests"
}
]
}