Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 1 | { |
| 2 | // TODO: move to mainline-presubmit once supported |
Remi NGUYEN VAN | a773ccb | 2020-06-25 03:58:10 +0000 | [diff] [blame] | 3 | "presubmit": [ |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 4 | { |
| 5 | "name": "CtsNetTestCasesLatestSdk", |
| 6 | "options": [ |
| 7 | { |
| 8 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 9 | } |
| 10 | ] |
| 11 | } |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 12 | ], |
| 13 | "mainline-presubmit": [ |
| 14 | { |
easoncylee | 48c4cf6 | 2020-10-23 13:10:01 +0800 | [diff] [blame] | 15 | "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] | 16 | "options": [ |
| 17 | { |
| 18 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 19 | } |
| 20 | ] |
| 21 | } |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame^] | 22 | ], |
| 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 VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 29 | ] |
| 30 | } |