Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 1 | { |
Remi NGUYEN VAN | a773ccb | 2020-06-25 03:58:10 +0000 | [diff] [blame] | 2 | "presubmit": [ |
Remi NGUYEN VAN | ad380c1 | 2021-03-01 06:48:29 +0000 | [diff] [blame^] | 3 | // 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 VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 7 | { |
Remi NGUYEN VAN | ad380c1 | 2021-03-01 06:48:29 +0000 | [diff] [blame^] | 8 | "name": "CtsNetTestCases", |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 9 | "options": [ |
| 10 | { |
| 11 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 12 | } |
| 13 | ] |
| 14 | } |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 15 | ], |
| 16 | "mainline-presubmit": [ |
| 17 | { |
easoncylee | 48c4cf6 | 2020-10-23 13:10:01 +0800 | [diff] [blame] | 18 | "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 19 | "options": [ |
| 20 | { |
| 21 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 22 | } |
| 23 | ] |
| 24 | } |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 25 | ], |
| 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 VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 32 | ] |
| 33 | } |