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