blob: 8f65b655dcca3620c04e50baa439cbe8b9ef9fd7 [file] [log] [blame]
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +09001{
2 // TODO: move to mainline-presubmit once supported
Remi NGUYEN VANa773ccb2020-06-25 03:58:10 +00003 "presubmit": [
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +09004 {
5 "name": "CtsNetTestCasesLatestSdk",
6 "options": [
7 {
8 "exclude-annotation": "com.android.testutils.SkipPresubmit"
9 }
10 ]
11 }
easoncyleea1b13d62020-06-12 14:14:14 +080012 ],
13 "mainline-presubmit": [
14 {
easoncylee48c4cf62020-10-23 13:10:01 +080015 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
easoncyleea1b13d62020-06-12 14:14:14 +080016 "options": [
17 {
18 "exclude-annotation": "com.android.testutils.SkipPresubmit"
19 }
20 ]
21 }
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000022 ],
23 // Tests on physical devices with SIM cards: postsubmit only for capacity constraints
24 "mainline-postsubmit": [
25 {
26 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
27 "keywords": ["sim"]
28 }
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090029 ]
30}