Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1612014 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ib787ad220d4ebff2ce1d8ccacf029e1fa76d9d31
36 lines
1.1 KiB
Plaintext
36 lines
1.1 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"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
// Tests on physical devices with SIM cards: postsubmit only for capacity constraints
|
|
"mainline-postsubmit": [
|
|
{
|
|
// TODO: add back the tethering module when updatable in this branch
|
|
"name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]",
|
|
"keywords": ["sim"]
|
|
}
|
|
]
|
|
}
|