| Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 1 | { |
| Diwas Sharma | 7621bfb | 2024-05-14 20:50:42 +0000 | [diff] [blame] | 2 | "captiveportal-networkstack-resolve-tethering-mainline-presubmit": [ |
| 3 | { |
| Motomu Utsumi | c42f32f | 2024-06-12 19:15:26 +0900 | [diff] [blame] | 4 | "name": "CtsNetTestCases", |
| Diwas Sharma | 7621bfb | 2024-05-14 20:50:42 +0000 | [diff] [blame] | 5 | "options": [ |
| 6 | { |
| 7 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 8 | }, |
| 9 | { |
| 10 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 11 | }, |
| 12 | { |
| 13 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 14 | } |
| 15 | ] |
| 16 | }, |
| 17 | { |
| 18 | "name": "CtsNetTestCasesMaxTargetSdk30", |
| 19 | "options": [ |
| 20 | { |
| 21 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 22 | }, |
| 23 | { |
| 24 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 25 | }, |
| 26 | { |
| 27 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 28 | } |
| 29 | ] |
| 30 | }, |
| 31 | { |
| 32 | "name": "CtsNetTestCasesMaxTargetSdk31", |
| 33 | "options": [ |
| 34 | { |
| 35 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 36 | }, |
| 37 | { |
| 38 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 39 | }, |
| 40 | { |
| 41 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 42 | } |
| 43 | ] |
| 44 | }, |
| 45 | { |
| 46 | "name": "CtsNetTestCasesMaxTargetSdk33", |
| 47 | "options": [ |
| 48 | { |
| 49 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 50 | }, |
| 51 | { |
| 52 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 53 | }, |
| 54 | { |
| 55 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 56 | } |
| 57 | ] |
| 58 | }, |
| 59 | { |
| 60 | "name": "bpf_existence_test" |
| 61 | }, |
| 62 | { |
| 63 | "name": "connectivity_native_test" |
| 64 | }, |
| 65 | { |
| 66 | "name": "netd_updatable_unit_test" |
| 67 | }, |
| 68 | { |
| 69 | "name": "ConnectivityCoverageTests", |
| 70 | "options": [ |
| 71 | { |
| 72 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 73 | } |
| 74 | ] |
| 75 | }, |
| 76 | { |
| 77 | "name": "libnetworkstats_test" |
| 78 | }, |
| 79 | { |
| Yuyang Huang | d9f3b07 | 2025-02-04 12:21:19 +0900 | [diff] [blame] | 80 | "name": "CtsTetheringTest", |
| Diwas Sharma | 7621bfb | 2024-05-14 20:50:42 +0000 | [diff] [blame] | 81 | "options": [ |
| 82 | { |
| 83 | "exclude-annotation": "com.android.testutils.NetworkStackModuleTest" |
| 84 | } |
| 85 | ] |
| Chalard Jean | 5c015cf | 2025-06-06 15:48:29 +0900 | [diff] [blame] | 86 | }, |
| 87 | { |
| 88 | "name": "CtsHostsideNetworkTests", |
| 89 | "options": [ |
| 90 | { |
| 91 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 92 | } |
| 93 | ] |
| Diwas Sharma | 7621bfb | 2024-05-14 20:50:42 +0000 | [diff] [blame] | 94 | } |
| 95 | ], |
| 96 | "captiveportal-networkstack-mainline-presubmit": [ |
| 97 | // Test with APK modules only, in cases where APEX is not supported, or the other modules |
| 98 | // were simply not updated |
| 99 | { |
| Motomu Utsumi | c42f32f | 2024-06-12 19:15:26 +0900 | [diff] [blame] | 100 | "name": "CtsNetTestCases", |
| Diwas Sharma | 7621bfb | 2024-05-14 20:50:42 +0000 | [diff] [blame] | 101 | "options": [ |
| 102 | { |
| 103 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 104 | }, |
| 105 | { |
| 106 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 107 | }, |
| 108 | { |
| 109 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 110 | }, |
| 111 | { |
| 112 | "exclude-annotation": "com.android.testutils.ConnectivityModuleTest" |
| 113 | }, |
| 114 | { |
| 115 | "exclude-annotation": "com.android.testutils.DnsResolverModuleTest" |
| 116 | } |
| 117 | ] |
| 118 | } |
| 119 | ], |
| 120 | "tethering-mainline-presubmit": [ |
| 121 | // Test with connectivity/tethering module only, to catch integration issues with older versions |
| 122 | // of other modules. "new tethering + old NetworkStack" is not a configuration that should |
| 123 | // really exist in the field, but there is no strong guarantee, and it is required by MTS |
| 124 | // testing for module qualification, where modules are tested independently. |
| 125 | { |
| Motomu Utsumi | c42f32f | 2024-06-12 19:15:26 +0900 | [diff] [blame] | 126 | "name": "CtsNetTestCases", |
| Diwas Sharma | 7621bfb | 2024-05-14 20:50:42 +0000 | [diff] [blame] | 127 | "options": [ |
| 128 | { |
| 129 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 130 | }, |
| 131 | { |
| 132 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 133 | }, |
| 134 | { |
| 135 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 136 | }, |
| 137 | { |
| 138 | "exclude-annotation": "com.android.testutils.DnsResolverModuleTest" |
| 139 | }, |
| 140 | { |
| 141 | "exclude-annotation": "com.android.testutils.NetworkStackModuleTest" |
| 142 | } |
| 143 | ] |
| 144 | } |
| 145 | ], |
| Remi NGUYEN VAN | a773ccb | 2020-06-25 03:58:10 +0000 | [diff] [blame] | 146 | "presubmit": [ |
| Remi NGUYEN VAN | 48c6888 | 2021-07-16 01:36:12 +0000 | [diff] [blame] | 147 | { |
| Xiao Ma | 432162d | 2023-09-29 15:28:49 +0900 | [diff] [blame] | 148 | "name": "ConnectivityCoverageTests", |
| 149 | "options": [ |
| 150 | { |
| 151 | "exclude-annotation": "com.android.testutils.NetworkStackModuleTest" |
| Junyu Lai | 86298be | 2023-10-17 17:25:10 +0800 | [diff] [blame] | 152 | }, |
| 153 | { |
| 154 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| Xiao Ma | 432162d | 2023-09-29 15:28:49 +0900 | [diff] [blame] | 155 | } |
| 156 | ] |
| Remi NGUYEN VAN | 48c6888 | 2021-07-16 01:36:12 +0000 | [diff] [blame] | 157 | }, |
| Remi NGUYEN VAN | 40da62d | 2022-04-01 11:59:45 +0900 | [diff] [blame] | 158 | { |
| 159 | // In addition to ConnectivityCoverageTests, runs non-connectivity-module tests |
| Junyu Lai | b8fc755 | 2023-07-26 14:25:49 +0800 | [diff] [blame] | 160 | "name": "FrameworksNetTests", |
| 161 | "options": [ |
| 162 | { |
| 163 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 164 | } |
| 165 | ] |
| Remi NGUYEN VAN | 40da62d | 2022-04-01 11:59:45 +0900 | [diff] [blame] | 166 | }, |
| Remi NGUYEN VAN | ad380c1 | 2021-03-01 06:48:29 +0000 | [diff] [blame] | 167 | // Run in addition to mainline-presubmit as mainline-presubmit is not |
| 168 | // supported in every branch. |
| Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 169 | { |
| Remi NGUYEN VAN | ad380c1 | 2021-03-01 06:48:29 +0000 | [diff] [blame] | 170 | "name": "CtsNetTestCases", |
| Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 171 | "options": [ |
| 172 | { |
| 173 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| Remi NGUYEN VAN | 9a689f8 | 2021-10-28 09:41:21 +0900 | [diff] [blame] | 174 | }, |
| 175 | { |
| 176 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 177 | } |
| 178 | ] |
| Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 179 | }, |
| Lorenzo Colitti | 9e61b82 | 2022-05-28 00:20:06 +0900 | [diff] [blame] | 180 | // CTS tests that target older SDKs. |
| 181 | { |
| Remi NGUYEN VAN | 348bbb0 | 2022-07-19 16:33:04 +0900 | [diff] [blame] | 182 | "name": "CtsNetTestCasesMaxTargetSdk30", |
| 183 | "options": [ |
| 184 | { |
| 185 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 186 | }, |
| 187 | { |
| 188 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 189 | } |
| 190 | ] |
| 191 | }, |
| 192 | { |
| Lorenzo Colitti | 9e61b82 | 2022-05-28 00:20:06 +0900 | [diff] [blame] | 193 | "name": "CtsNetTestCasesMaxTargetSdk31", |
| 194 | "options": [ |
| 195 | { |
| 196 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 197 | }, |
| 198 | { |
| 199 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 200 | } |
| 201 | ] |
| 202 | }, |
| Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 203 | { |
| Yuyang Huang | 72bc600 | 2023-02-17 17:29:01 +0900 | [diff] [blame] | 204 | "name": "CtsNetTestCasesMaxTargetSdk33", |
| 205 | "options": [ |
| 206 | { |
| 207 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 208 | }, |
| 209 | { |
| 210 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 211 | } |
| 212 | ] |
| 213 | }, |
| 214 | { |
| Lorenzo Colitti | 98c83d0 | 2022-02-18 17:24:48 +0900 | [diff] [blame] | 215 | "name": "bpf_existence_test" |
| 216 | }, |
| 217 | { |
| Tyler Wear | b4ab4c3 | 2022-03-03 21:44:30 -0800 | [diff] [blame] | 218 | "name": "connectivity_native_test" |
| 219 | }, |
| 220 | { |
| Hungming Chen | 2e6d107 | 2022-05-30 16:18:37 +0800 | [diff] [blame] | 221 | "name": "libclat_test" |
| 222 | }, |
| 223 | { |
| Ken Chen | 1647f60 | 2021-10-05 21:55:22 +0800 | [diff] [blame] | 224 | "name": "netd_updatable_unit_test" |
| 225 | }, |
| 226 | { |
| Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 227 | "name": "TetheringTests" |
| 228 | }, |
| 229 | { |
| 230 | "name": "TetheringIntegrationTests" |
| Wayne Ma | 7be6bce | 2022-01-12 16:29:49 +0800 | [diff] [blame] | 231 | }, |
| 232 | { |
| Ken Chen | f426b2b | 2022-01-23 15:39:13 +0800 | [diff] [blame] | 233 | "name": "libnetworkstats_test" |
| Remi NGUYEN VAN | 3b81323 | 2022-02-16 12:15:14 +0900 | [diff] [blame] | 234 | }, |
| 235 | { |
| 236 | "name": "FrameworksNetIntegrationTests" |
| Yuyang Huang | d9f3b07 | 2025-02-04 12:21:19 +0900 | [diff] [blame] | 237 | }, |
| 238 | { |
| 239 | "name": "CtsTetheringTest" |
| Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 240 | } |
| easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 241 | ], |
| markchien | 911cf8f | 2021-07-19 17:23:54 +0800 | [diff] [blame] | 242 | "postsubmit": [ |
| 243 | { |
| 244 | "name": "TetheringPrivilegedTests" |
| Lorenzo Colitti | 3b38b12 | 2022-01-12 16:06:07 +0900 | [diff] [blame] | 245 | }, |
| Lorenzo Colitti | 3b38b12 | 2022-01-12 16:06:07 +0900 | [diff] [blame] | 246 | { |
| Ken Chen | 1647f60 | 2021-10-05 21:55:22 +0800 | [diff] [blame] | 247 | "name": "netd_updatable_unit_test", |
| 248 | "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"] |
| 249 | }, |
| 250 | { |
| Ken Chen | d4e5c76 | 2023-09-13 17:21:36 +0800 | [diff] [blame] | 251 | "name": "dns_helper_unit_test" |
| 252 | }, |
| 253 | { |
| Remi NGUYEN VAN | 3b81323 | 2022-02-16 12:15:14 +0900 | [diff] [blame] | 254 | "name": "FrameworksNetDeflakeTest" |
| Junyu Lai | b8fc755 | 2023-07-26 14:25:49 +0800 | [diff] [blame] | 255 | }, |
| Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 256 | // Postsubmit on virtual devices to monitor flakiness of @SkipPresubmit methods |
| 257 | { |
| 258 | "name": "CtsNetTestCases", |
| 259 | "options": [ |
| 260 | { |
| 261 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 262 | } |
| 263 | ] |
| 264 | }, |
| Junyu Lai | b8fc755 | 2023-07-26 14:25:49 +0800 | [diff] [blame] | 265 | { |
| 266 | "name": "FrameworksNetTests" |
| Junyu Lai | 850e6fa | 2024-06-21 14:34:01 +0800 | [diff] [blame] | 267 | }, |
| 268 | // TODO: Move to presumit after meet SLO requirement. |
| 269 | { |
| 270 | "name": "NetworkStaticLibHostPythonTests" |
| markchien | 911cf8f | 2021-07-19 17:23:54 +0800 | [diff] [blame] | 271 | } |
| 272 | ], |
| easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 273 | "mainline-presubmit": [ |
| 274 | { |
| Motomu Utsumi | c42f32f | 2024-06-12 19:15:26 +0900 | [diff] [blame] | 275 | "name": "CtsNetTestCases[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] | 276 | "options": [ |
| 277 | { |
| 278 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| Remi NGUYEN VAN | 9a689f8 | 2021-10-28 09:41:21 +0900 | [diff] [blame] | 279 | }, |
| 280 | { |
| Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 281 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 282 | }, |
| 283 | { |
| Remi NGUYEN VAN | 9a689f8 | 2021-10-28 09:41:21 +0900 | [diff] [blame] | 284 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 285 | } |
| 286 | ] |
| Remi NGUYEN VAN | 5a1f2f7 | 2021-07-01 13:55:49 +0000 | [diff] [blame] | 287 | }, |
| 288 | { |
| Remi NGUYEN VAN | 348bbb0 | 2022-07-19 16:33:04 +0900 | [diff] [blame] | 289 | "name": "CtsNetTestCasesMaxTargetSdk30[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| 290 | "options": [ |
| 291 | { |
| 292 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 293 | }, |
| 294 | { |
| Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 295 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 296 | }, |
| 297 | { |
| Remi NGUYEN VAN | 348bbb0 | 2022-07-19 16:33:04 +0900 | [diff] [blame] | 298 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 299 | } |
| 300 | ] |
| 301 | }, |
| 302 | { |
| Lorenzo Colitti | 9e61b82 | 2022-05-28 00:20:06 +0900 | [diff] [blame] | 303 | "name": "CtsNetTestCasesMaxTargetSdk31[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| 304 | "options": [ |
| 305 | { |
| 306 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 307 | }, |
| 308 | { |
| Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 309 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 310 | }, |
| 311 | { |
| Lorenzo Colitti | 9e61b82 | 2022-05-28 00:20:06 +0900 | [diff] [blame] | 312 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 313 | } |
| 314 | ] |
| 315 | }, |
| Yuyang Huang | 72bc600 | 2023-02-17 17:29:01 +0900 | [diff] [blame] | 316 | { |
| 317 | "name": "CtsNetTestCasesMaxTargetSdk33[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| 318 | "options": [ |
| 319 | { |
| 320 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 321 | }, |
| 322 | { |
| Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 323 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 324 | }, |
| 325 | { |
| Yuyang Huang | 72bc600 | 2023-02-17 17:29:01 +0900 | [diff] [blame] | 326 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 327 | } |
| 328 | ] |
| 329 | }, |
| Remi NGUYEN VAN | 7d80063 | 2022-05-31 10:53:47 +0900 | [diff] [blame] | 330 | // Test with APK modules only, in cases where APEX is not supported, or the other modules |
| 331 | // were simply not updated |
| 332 | { |
| Motomu Utsumi | c42f32f | 2024-06-12 19:15:26 +0900 | [diff] [blame] | 333 | "name": "CtsNetTestCases[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk]", |
| Remi NGUYEN VAN | 7d80063 | 2022-05-31 10:53:47 +0900 | [diff] [blame] | 334 | "options": [ |
| 335 | { |
| 336 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 337 | }, |
| 338 | { |
| Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 339 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 340 | }, |
| 341 | { |
| Remi NGUYEN VAN | 7d80063 | 2022-05-31 10:53:47 +0900 | [diff] [blame] | 342 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 343 | }, |
| 344 | { |
| 345 | "exclude-annotation": "com.android.testutils.ConnectivityModuleTest" |
| Mike Yu | cc5dbf9 | 2023-06-06 11:26:28 +0000 | [diff] [blame] | 346 | }, |
| 347 | { |
| 348 | "exclude-annotation": "com.android.testutils.DnsResolverModuleTest" |
| Remi NGUYEN VAN | 7d80063 | 2022-05-31 10:53:47 +0900 | [diff] [blame] | 349 | } |
| 350 | ] |
| 351 | }, |
| 352 | // Test with connectivity/tethering module only, to catch integration issues with older versions |
| 353 | // of other modules. "new tethering + old NetworkStack" is not a configuration that should |
| 354 | // really exist in the field, but there is no strong guarantee, and it is required by MTS |
| 355 | // testing for module qualification, where modules are tested independently. |
| 356 | { |
| Motomu Utsumi | c42f32f | 2024-06-12 19:15:26 +0900 | [diff] [blame] | 357 | "name": "CtsNetTestCases[com.google.android.tethering.apex]", |
| Remi NGUYEN VAN | 7d80063 | 2022-05-31 10:53:47 +0900 | [diff] [blame] | 358 | "options": [ |
| 359 | { |
| 360 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 361 | }, |
| 362 | { |
| Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 363 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 364 | }, |
| 365 | { |
| Remi NGUYEN VAN | 7d80063 | 2022-05-31 10:53:47 +0900 | [diff] [blame] | 366 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| Mike Yu | cc5dbf9 | 2023-06-06 11:26:28 +0000 | [diff] [blame] | 367 | }, |
| 368 | { |
| 369 | "exclude-annotation": "com.android.testutils.DnsResolverModuleTest" |
| Yuyang Huang | a626958 | 2024-03-27 20:11:45 +0900 | [diff] [blame] | 370 | }, |
| 371 | { |
| 372 | "exclude-annotation": "com.android.testutils.NetworkStackModuleTest" |
| Remi NGUYEN VAN | 7d80063 | 2022-05-31 10:53:47 +0900 | [diff] [blame] | 373 | } |
| 374 | ] |
| 375 | }, |
| Lorenzo Colitti | 9e61b82 | 2022-05-28 00:20:06 +0900 | [diff] [blame] | 376 | { |
| Lorenzo Colitti | 98c83d0 | 2022-02-18 17:24:48 +0900 | [diff] [blame] | 377 | "name": "bpf_existence_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" |
| 378 | }, |
| 379 | { |
| Tyler Wear | b4ab4c3 | 2022-03-03 21:44:30 -0800 | [diff] [blame] | 380 | "name": "connectivity_native_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" |
| 381 | }, |
| 382 | { |
| Ken Chen | 1647f60 | 2021-10-05 21:55:22 +0800 | [diff] [blame] | 383 | "name": "netd_updatable_unit_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" |
| 384 | }, |
| 385 | { |
| Junyu Lai | 08a4a87 | 2023-10-19 10:33:03 +0800 | [diff] [blame] | 386 | "name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| 387 | "options": [ |
| 388 | { |
| 389 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 390 | } |
| 391 | ] |
| Wayne Ma | 7be6bce | 2022-01-12 16:29:49 +0800 | [diff] [blame] | 392 | }, |
| 393 | { |
| Ken Chen | f426b2b | 2022-01-23 15:39:13 +0800 | [diff] [blame] | 394 | "name": "libnetworkstats_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" |
| Chidera Olibie | d66799a | 2023-01-24 20:22:56 +0000 | [diff] [blame] | 395 | }, |
| 396 | { |
| Yuyang Huang | d9f3b07 | 2025-02-04 12:21:19 +0900 | [diff] [blame] | 397 | "name": "CtsTetheringTest[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| Xiao Ma | 161b70c | 2023-06-01 13:36:46 +0900 | [diff] [blame] | 398 | "options": [ |
| 399 | { |
| 400 | "exclude-annotation": "com.android.testutils.NetworkStackModuleTest" |
| 401 | } |
| 402 | ] |
| easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 403 | } |
| Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 404 | ], |
| Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 405 | "mainline-postsubmit": [ |
| Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 406 | // 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] | 407 | { |
| Motomu Utsumi | c42f32f | 2024-06-12 19:15:26 +0900 | [diff] [blame] | 408 | "name": "CtsNetTestCases[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] | 409 | "keywords": ["sim"] |
| Mark Chien | f8870fa | 2022-07-22 09:56:52 +0000 | [diff] [blame] | 410 | }, |
| 411 | { |
| Yuyang Huang | d9f3b07 | 2025-02-04 12:21:19 +0900 | [diff] [blame] | 412 | "name": "CtsTetheringTest[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| Xiao Ma | 161b70c | 2023-06-01 13:36:46 +0900 | [diff] [blame] | 413 | "keywords": ["sim"], |
| 414 | "options": [ |
| 415 | { |
| 416 | "exclude-annotation": "com.android.testutils.NetworkStackModuleTest" |
| 417 | } |
| 418 | ] |
| Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 419 | }, |
| 420 | // Postsubmit on virtual devices to monitor flakiness of @SkipMainlinePresubmit methods |
| 421 | { |
| Motomu Utsumi | c42f32f | 2024-06-12 19:15:26 +0900 | [diff] [blame] | 422 | "name": "CtsNetTestCases[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 423 | "options": [ |
| 424 | { |
| 425 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 426 | } |
| 427 | ] |
| Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 428 | } |
| 429 | ], |
| Antonio Kantek | 431d11b | 2024-10-18 23:02:30 +0000 | [diff] [blame] | 430 | "automotive-mumd-presubmit": [ |
| 431 | { |
| 432 | "name": "CtsNetTestCases" |
| Xiang Wang | aa2c8b0 | 2024-11-26 23:18:43 +0000 | [diff] [blame] | 433 | }, |
| 434 | { |
| 435 | "name": "CtsNetTestCasesUpdateStatsPermission" |
| Antonio Kantek | 431d11b | 2024-10-18 23:02:30 +0000 | [diff] [blame] | 436 | } |
| 437 | ], |
| Lorenzo Colitti | 6ba072f | 2025-08-18 18:40:52 +0900 | [diff] [blame] | 438 | "hsum-presubmit": [ |
| 439 | { |
| 440 | "name": "CtsNetTestCases" |
| 441 | }, |
| 442 | { |
| Lorenzo Colitti | 6ba072f | 2025-08-18 18:40:52 +0900 | [diff] [blame] | 443 | "name": "CtsNativeNetDnsTestCases" |
| 444 | }, |
| 445 | { |
| 446 | "name": "CtsNetTestCasesInternetPermission" |
| 447 | }, |
| 448 | { |
| 449 | "name": "CtsNetTestCasesUpdateStatsPermission" |
| 450 | } |
| 451 | ], |
| Gazal Agarwal | d363be6 | 2025-04-03 09:13:40 -0700 | [diff] [blame] | 452 | "tv-presubmit": [ |
| 453 | { |
| 454 | "name": "CtsNetTestCases" |
| 455 | }, |
| 456 | { |
| Gazal Agarwal | d363be6 | 2025-04-03 09:13:40 -0700 | [diff] [blame] | 457 | "name": "CtsNativeNetDnsTestCases" |
| 458 | }, |
| 459 | { |
| 460 | "name": "CtsNetTestCasesInternetPermission" |
| 461 | }, |
| 462 | { |
| 463 | "name": "CtsNetTestCasesUpdateStatsPermission" |
| 464 | } |
| 465 | ], |
| Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 466 | "imports": [ |
| 467 | { |
| Remi NGUYEN VAN | f353baf | 2021-03-19 16:03:06 +0000 | [diff] [blame] | 468 | "path": "frameworks/base/core/java/android/net" |
| 469 | }, |
| 470 | { |
| Filip Zakrzewski | 8a5823d | 2022-01-07 20:47:30 +0000 | [diff] [blame] | 471 | "path": "frameworks/opt/net/ethernet" |
| 472 | }, |
| 473 | { |
| Remi NGUYEN VAN | f353baf | 2021-03-19 16:03:06 +0000 | [diff] [blame] | 474 | "path": "packages/modules/NetworkStack" |
| 475 | }, |
| 476 | { |
| 477 | "path": "packages/modules/CaptivePortalLogin" |
| Lorenzo Colitti | 35bf22b | 2022-08-01 10:23:23 +0900 | [diff] [blame] | 478 | }, |
| 479 | { |
| Mohannad Farrag | b824e0f | 2024-05-02 10:47:59 +0000 | [diff] [blame] | 480 | "path": "external/cronet" |
| 481 | }, |
| 482 | { |
| Lorenzo Colitti | 35bf22b | 2022-08-01 10:23:23 +0900 | [diff] [blame] | 483 | "path": "vendor/xts/gts-tests/hostsidetests/networkstack" |
| Remi NGUYEN VAN | f353baf | 2021-03-19 16:03:06 +0000 | [diff] [blame] | 484 | } |
| Shrisha Udupa | 01cf177 | 2025-07-15 23:05:13 -0700 | [diff] [blame] | 485 | ], |
| 486 | "wear-cts-presubmit": [ |
| 487 | { |
| 488 | "name": "CtsNetTestCases", |
| 489 | "options": [ |
| 490 | { |
| 491 | "exclude-filter": "android.net.cts.NetworkValidationTest#testCapportApiCallbacks" |
| 492 | } |
| 493 | ] |
| 494 | }, |
| 495 | { |
| 496 | "name": "CtsNetTestCasesUpdateStatsPermission" |
| 497 | } |
| Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 498 | ] |
| 499 | } |