blob: 512851905dc910b0b6ec3792b057d91500c0b68a [file] [log] [blame]
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +09001{
Remi NGUYEN VAN9b6b3532020-12-15 09:39:52 +00002 // Run in addition to mainline-presubmit as mainline-presubmit is not
3 // supported in every branch.
Remi NGUYEN VANa773ccb2020-06-25 03:58:10 +00004 "presubmit": [
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +09005 {
6 "name": "CtsNetTestCasesLatestSdk",
7 "options": [
8 {
9 "exclude-annotation": "com.android.testutils.SkipPresubmit"
10 }
11 ]
12 }
easoncyleea1b13d62020-06-12 14:14:14 +080013 ],
14 "mainline-presubmit": [
15 {
Remi NGUYEN VANc2858742021-01-12 21:01:52 +090016 // TODO: add back the tethering modules when updatable in this branch
17 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]",
easoncyleea1b13d62020-06-12 14:14:14 +080018 "options": [
19 {
20 "exclude-annotation": "com.android.testutils.SkipPresubmit"
21 }
22 ]
23 }
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000024 ],
25 // Tests on physical devices with SIM cards: postsubmit only for capacity constraints
26 "mainline-postsubmit": [
27 {
Remi NGUYEN VANc2858742021-01-12 21:01:52 +090028 // TODO: add back the tethering module when updatable in this branch
29 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]",
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000030 "keywords": ["sim"]
31 }
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090032 ]
33}