blob: 1db4baaf4c6cf85a85b407a5747ba5ef15cea63a [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 {
easoncylee48c4cf62020-10-23 13:10:01 +080016 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
easoncyleea1b13d62020-06-12 14:14:14 +080017 "options": [
18 {
19 "exclude-annotation": "com.android.testutils.SkipPresubmit"
20 }
21 ]
22 }
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000023 ],
24 // Tests on physical devices with SIM cards: postsubmit only for capacity constraints
25 "mainline-postsubmit": [
26 {
27 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
28 "keywords": ["sim"]
29 }
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090030 ]
31}