- Move Tethering TEST_MAPPING up one level to merge with the general Connectivity TEST_MAPPING. This allows running the tethering tests on any connectivity change. - Move TetheringIntegrationTests from postsubmit to presubmit - Add TetheringCoverageTests to mainline-postsubmit, so it can be added to mainline-presubmit later. - Import NetworkStack tests so that they are run on any connectivity change. TetheringIntegrationTests were continuously green in postsubmit. Bug: 187946226 Original-Change: https://android-review.googlesource.com/1713468 Merged-In: Ibf05ad64b02c563930ba0f01eb91331b295fe505 Change-Id: Ibf05ad64b02c563930ba0f01eb91331b295fe505 Test: Treehugger needed to test TEST_MAPPING files
66 lines
1.8 KiB
Plaintext
66 lines
1.8 KiB
Plaintext
{
|
|
"presubmit": [
|
|
// Run in addition to mainline-presubmit as mainline-presubmit is not
|
|
// supported in every branch.
|
|
// CtsNetTestCasesLatestSdk uses stable API shims, so does not exercise
|
|
// some latest APIs. Run CtsNetTestCases to get coverage of newer APIs.
|
|
{
|
|
"name": "CtsNetTestCases",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "TetheringTests"
|
|
},
|
|
{
|
|
"name": "TetheringIntegrationTests"
|
|
}
|
|
],
|
|
"mainline-presubmit": [
|
|
{
|
|
// TODO: add back the tethering modules when updatable in this branch
|
|
"name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"mainline-postsubmit": [
|
|
// Tests on physical devices with SIM cards: postsubmit only for capacity constraints
|
|
{
|
|
"name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
|
|
"keywords": ["sim"]
|
|
},
|
|
{
|
|
"name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
|
|
}
|
|
],
|
|
"imports": [
|
|
{
|
|
"path": "packages/modules/NetworkStack"
|
|
}
|
|
],
|
|
"imports": [
|
|
{
|
|
"path": "frameworks/base/core/java/android/net"
|
|
},
|
|
{
|
|
"path": "packages/modules/NetworkStack"
|
|
},
|
|
{
|
|
"path": "packages/modules/CaptivePortalLogin"
|
|
},
|
|
{
|
|
"path": "packages/modules/Connectivity"
|
|
},
|
|
{
|
|
"path": "packages/modules/Connectivity/Tethering"
|
|
}
|
|
]
|
|
}
|