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" |
Remi NGUYEN VAN | 9a689f8 | 2021-10-28 09:41:21 +0900 | [diff] [blame] | 15 | }, |
| 16 | { |
| 17 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 18 | } |
| 19 | ] |
Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 20 | }, |
| 21 | { |
| 22 | "name": "TetheringTests" |
| 23 | }, |
| 24 | { |
| 25 | "name": "TetheringIntegrationTests" |
Wayne Ma | 7be6bce | 2022-01-12 16:29:49 +0800 | [diff] [blame^] | 26 | }, |
| 27 | { |
| 28 | "name": "traffic_controller_unit_test" |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 29 | } |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 30 | ], |
markchien | 911cf8f | 2021-07-19 17:23:54 +0800 | [diff] [blame] | 31 | "postsubmit": [ |
| 32 | { |
| 33 | "name": "TetheringPrivilegedTests" |
Lorenzo Colitti | 3b38b12 | 2022-01-12 16:06:07 +0900 | [diff] [blame] | 34 | }, |
| 35 | // TODO: move to presubmit when known green. |
| 36 | { |
| 37 | "name": "bpf_existence_test" |
Hungming Chen | aaa8bd8 | 2021-12-20 16:43:40 +0800 | [diff] [blame] | 38 | }, |
| 39 | { |
| 40 | "name": "libclat_test" |
Wayne Ma | 7be6bce | 2022-01-12 16:29:49 +0800 | [diff] [blame^] | 41 | }, |
| 42 | { "name": "traffic_controller_unit_test", |
| 43 | "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"] |
markchien | 911cf8f | 2021-07-19 17:23:54 +0800 | [diff] [blame] | 44 | } |
| 45 | ], |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 46 | "mainline-presubmit": [ |
| 47 | { |
easoncylee | 48c4cf6 | 2020-10-23 13:10:01 +0800 | [diff] [blame] | 48 | "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] | 49 | "options": [ |
| 50 | { |
| 51 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
Remi NGUYEN VAN | 9a689f8 | 2021-10-28 09:41:21 +0900 | [diff] [blame] | 52 | }, |
| 53 | { |
| 54 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 55 | } |
| 56 | ] |
Remi NGUYEN VAN | 5a1f2f7 | 2021-07-01 13:55:49 +0000 | [diff] [blame] | 57 | }, |
| 58 | { |
| 59 | "name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" |
Wayne Ma | 7be6bce | 2022-01-12 16:29:49 +0800 | [diff] [blame^] | 60 | }, |
| 61 | { |
| 62 | "name": "traffic_controller_unit_test[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] | 63 | } |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 64 | ], |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 65 | "mainline-postsubmit": [ |
Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 66 | // 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] | 67 | { |
| 68 | "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| 69 | "keywords": ["sim"] |
Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 70 | }, |
| 71 | { |
| 72 | "name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" |
Lorenzo Colitti | 3b38b12 | 2022-01-12 16:06:07 +0900 | [diff] [blame] | 73 | }, |
| 74 | // TODO: move to mainline-presubmit when known green. |
| 75 | { |
| 76 | "name": "bpf_existence_test[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] | 77 | } |
| 78 | ], |
| 79 | "imports": [ |
| 80 | { |
Remi NGUYEN VAN | f353baf | 2021-03-19 16:03:06 +0000 | [diff] [blame] | 81 | "path": "frameworks/base/core/java/android/net" |
| 82 | }, |
| 83 | { |
Filip Zakrzewski | 8a5823d | 2022-01-07 20:47:30 +0000 | [diff] [blame] | 84 | "path": "frameworks/opt/net/ethernet" |
| 85 | }, |
| 86 | { |
Remi NGUYEN VAN | f353baf | 2021-03-19 16:03:06 +0000 | [diff] [blame] | 87 | "path": "packages/modules/NetworkStack" |
| 88 | }, |
| 89 | { |
| 90 | "path": "packages/modules/CaptivePortalLogin" |
| 91 | }, |
| 92 | { |
| 93 | "path": "packages/modules/Connectivity" |
| 94 | }, |
| 95 | { |
| 96 | "path": "packages/modules/Connectivity/Tethering" |
| 97 | } |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 98 | ] |
| 99 | } |