blob: ef96d88c2b1a70c95c9f332f4b3114aba1a85f8f [file] [log] [blame]
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +09001{
Remi NGUYEN VANa773ccb2020-06-25 03:58:10 +00002 "presubmit": [
Remi NGUYEN VANad380c12021-03-01 06:48:29 +00003 // Run in addition to mainline-presubmit as mainline-presubmit is not
4 // supported in every branch.
5 // CtsNetTestCasesLatestSdk uses stable API shims, so does not exercise
6 // some latest APIs. Run CtsNetTestCases to get coverage of newer APIs.
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +09007 {
Remi NGUYEN VANad380c12021-03-01 06:48:29 +00008 "name": "CtsNetTestCases",
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +09009 "options": [
10 {
11 "exclude-annotation": "com.android.testutils.SkipPresubmit"
12 }
13 ]
14 }
easoncyleea1b13d62020-06-12 14:14:14 +080015 ],
16 "mainline-presubmit": [
17 {
easoncylee48c4cf62020-10-23 13:10:01 +080018 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
easoncyleea1b13d62020-06-12 14:14:14 +080019 "options": [
20 {
21 "exclude-annotation": "com.android.testutils.SkipPresubmit"
22 }
23 ]
24 }
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000025 ],
26 // Tests on physical devices with SIM cards: postsubmit only for capacity constraints
27 "mainline-postsubmit": [
28 {
29 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
30 "keywords": ["sim"]
31 }
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090032 ]
33}