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 | ] |
Treehugger Robot | 0e2dbf3 | 2021-05-20 09:16:46 +0000 | [diff] [blame] | 14 | }, |
| 15 | { |
| 16 | "name": "TetheringTests" |
| 17 | }, |
| 18 | { |
| 19 | "name": "TetheringIntegrationTests" |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 20 | } |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 21 | ], |
Remi NGUYEN VAN | 1c45a8a | 2021-06-24 06:44:48 +0000 | [diff] [blame] | 22 | "postsubmit": [ |
| 23 | { |
| 24 | "name": "ConnectivityCoverageTests" |
| 25 | } |
| 26 | ], |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 27 | "mainline-presubmit": [ |
| 28 | { |
Remi NGUYEN VAN | c285874 | 2021-01-12 21:01:52 +0900 | [diff] [blame] | 29 | // TODO: add back the tethering modules when updatable in this branch |
| 30 | "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]", |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 31 | "options": [ |
| 32 | { |
| 33 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 34 | } |
| 35 | ] |
Remi NGUYEN VAN | f0e4039 | 2022-08-02 07:07:30 +0000 | [diff] [blame] | 36 | }, |
| 37 | { |
| 38 | "name": "CtsNetTestCases[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| 39 | "options": [ |
| 40 | { |
| 41 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 42 | } |
| 43 | ] |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 44 | } |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 45 | ], |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 46 | "mainline-postsubmit": [ |
Treehugger Robot | 0e2dbf3 | 2021-05-20 09:16:46 +0000 | [diff] [blame] | 47 | // Tests on physical devices with SIM cards: postsubmit only for capacity constraints |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 48 | { |
Remi NGUYEN VAN | 109fd92 | 2021-06-23 16:59:37 +0900 | [diff] [blame] | 49 | "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 50 | "keywords": ["sim"] |
Treehugger Robot | 0e2dbf3 | 2021-05-20 09:16:46 +0000 | [diff] [blame] | 51 | }, |
| 52 | { |
| 53 | "name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" |
Remi NGUYEN VAN | 1c45a8a | 2021-06-24 06:44:48 +0000 | [diff] [blame] | 54 | }, |
| 55 | { |
| 56 | "name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" |
Treehugger Robot | 0e2dbf3 | 2021-05-20 09:16:46 +0000 | [diff] [blame] | 57 | } |
| 58 | ], |
| 59 | "imports": [ |
| 60 | { |
| 61 | "path": "packages/modules/NetworkStack" |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 62 | } |
Baligh Uddin | 2afd098 | 2021-05-24 03:50:01 +0000 | [diff] [blame] | 63 | ], |
Remi NGUYEN VAN | f353baf | 2021-03-19 16:03:06 +0000 | [diff] [blame] | 64 | "imports": [ |
| 65 | { |
| 66 | "path": "frameworks/base/core/java/android/net" |
| 67 | }, |
| 68 | { |
| 69 | "path": "packages/modules/NetworkStack" |
| 70 | }, |
| 71 | { |
| 72 | "path": "packages/modules/CaptivePortalLogin" |
| 73 | }, |
| 74 | { |
| 75 | "path": "packages/modules/Connectivity" |
| 76 | }, |
| 77 | { |
| 78 | "path": "packages/modules/Connectivity/Tethering" |
| 79 | } |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 80 | ] |
| 81 | } |