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 | 48c6888 | 2021-07-16 01:36:12 +0000 | [diff] [blame^] | 3 | { |
| 4 | "name": "ConnectivityCoverageTests" |
| 5 | }, |
Remi NGUYEN VAN | ad380c1 | 2021-03-01 06:48:29 +0000 | [diff] [blame] | 6 | // Run in addition to mainline-presubmit as mainline-presubmit is not |
| 7 | // supported in every branch. |
| 8 | // CtsNetTestCasesLatestSdk uses stable API shims, so does not exercise |
| 9 | // some latest APIs. Run CtsNetTestCases to get coverage of newer APIs. |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 10 | { |
Remi NGUYEN VAN | ad380c1 | 2021-03-01 06:48:29 +0000 | [diff] [blame] | 11 | "name": "CtsNetTestCases", |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 12 | "options": [ |
| 13 | { |
| 14 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 15 | } |
| 16 | ] |
Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 17 | }, |
| 18 | { |
| 19 | "name": "TetheringTests" |
| 20 | }, |
| 21 | { |
| 22 | "name": "TetheringIntegrationTests" |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 23 | } |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 24 | ], |
| 25 | "mainline-presubmit": [ |
| 26 | { |
easoncylee | 48c4cf6 | 2020-10-23 13:10:01 +0800 | [diff] [blame] | 27 | "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] | 28 | "options": [ |
| 29 | { |
| 30 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 31 | } |
| 32 | ] |
| 33 | } |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 34 | ], |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 35 | "mainline-postsubmit": [ |
Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 36 | // 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] | 37 | { |
| 38 | "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| 39 | "keywords": ["sim"] |
Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 40 | }, |
| 41 | { |
| 42 | "name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" |
Remi NGUYEN VAN | 8b23feb | 2021-06-17 16:42:45 +0900 | [diff] [blame] | 43 | }, |
| 44 | { |
| 45 | "name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" |
Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 46 | } |
| 47 | ], |
| 48 | "imports": [ |
| 49 | { |
Remi NGUYEN VAN | f353baf | 2021-03-19 16:03:06 +0000 | [diff] [blame] | 50 | "path": "frameworks/base/core/java/android/net" |
| 51 | }, |
| 52 | { |
| 53 | "path": "packages/modules/NetworkStack" |
| 54 | }, |
| 55 | { |
| 56 | "path": "packages/modules/CaptivePortalLogin" |
| 57 | }, |
| 58 | { |
| 59 | "path": "packages/modules/Connectivity" |
| 60 | }, |
| 61 | { |
| 62 | "path": "packages/modules/Connectivity/Tethering" |
| 63 | } |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 64 | ] |
| 65 | } |