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 | { |
Remi NGUYEN VAN | c285874 | 2021-01-12 21:01:52 +0900 | [diff] [blame] | 18 | // TODO: add back the tethering modules when updatable in this branch |
| 19 | "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]", |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 20 | "options": [ |
| 21 | { |
| 22 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 23 | } |
| 24 | ] |
| 25 | } |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 26 | ], |
| 27 | // Tests on physical devices with SIM cards: postsubmit only for capacity constraints |
| 28 | "mainline-postsubmit": [ |
| 29 | { |
Remi NGUYEN VAN | c285874 | 2021-01-12 21:01:52 +0900 | [diff] [blame] | 30 | // TODO: add back the tethering module when updatable in this branch |
| 31 | "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]", |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 32 | "keywords": ["sim"] |
| 33 | } |
Baligh Uddin | 2afd098 | 2021-05-24 03:50:01 +0000 | [diff] [blame^] | 34 | ], |
Remi NGUYEN VAN | f353baf | 2021-03-19 16:03:06 +0000 | [diff] [blame] | 35 | "imports": [ |
| 36 | { |
| 37 | "path": "frameworks/base/core/java/android/net" |
| 38 | }, |
| 39 | { |
| 40 | "path": "packages/modules/NetworkStack" |
| 41 | }, |
| 42 | { |
| 43 | "path": "packages/modules/CaptivePortalLogin" |
| 44 | }, |
| 45 | { |
| 46 | "path": "packages/modules/Connectivity" |
| 47 | }, |
| 48 | { |
| 49 | "path": "packages/modules/Connectivity/Tethering" |
| 50 | } |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 51 | ] |
| 52 | } |