blob: 375397b79baa7acace06d5bbd1652c3b62f210e3 [file] [log] [blame]
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +09001{
Diwas Sharma7621bfb2024-05-14 20:50:42 +00002 "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 VANa773ccb2020-06-25 03:58:10 +0000150 "presubmit": [
Remi NGUYEN VAN48c68882021-07-16 01:36:12 +0000151 {
Xiao Ma432162d2023-09-29 15:28:49 +0900152 "name": "ConnectivityCoverageTests",
153 "options": [
154 {
155 "exclude-annotation": "com.android.testutils.NetworkStackModuleTest"
Junyu Lai86298be2023-10-17 17:25:10 +0800156 },
157 {
158 "exclude-annotation": "com.android.testutils.SkipPresubmit"
Xiao Ma432162d2023-09-29 15:28:49 +0900159 }
160 ]
Remi NGUYEN VAN48c68882021-07-16 01:36:12 +0000161 },
Remi NGUYEN VAN40da62d2022-04-01 11:59:45 +0900162 {
163 // In addition to ConnectivityCoverageTests, runs non-connectivity-module tests
Junyu Laib8fc7552023-07-26 14:25:49 +0800164 "name": "FrameworksNetTests",
165 "options": [
166 {
167 "exclude-annotation": "com.android.testutils.SkipPresubmit"
168 }
169 ]
Remi NGUYEN VAN40da62d2022-04-01 11:59:45 +0900170 },
Remi NGUYEN VANad380c12021-03-01 06:48:29 +0000171 // 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 VANf33b6ea2020-06-03 16:10:43 +0900175 {
Remi NGUYEN VANad380c12021-03-01 06:48:29 +0000176 "name": "CtsNetTestCases",
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +0900177 "options": [
178 {
179 "exclude-annotation": "com.android.testutils.SkipPresubmit"
Remi NGUYEN VAN9a689f82021-10-28 09:41:21 +0900180 },
181 {
182 "exclude-annotation": "androidx.test.filters.RequiresDevice"
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +0900183 }
184 ]
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +0000185 },
Paul Hu206e5f02022-05-16 15:51:46 +0800186 // 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 Colitti9e61b822022-05-28 00:20:06 +0900198 // CTS tests that target older SDKs.
199 {
Remi NGUYEN VAN348bbb02022-07-19 16:33:04 +0900200 "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 Colitti9e61b822022-05-28 00:20:06 +0900211 "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 VANd954bfc2021-05-20 01:25:47 +0000221 {
Yuyang Huang72bc6002023-02-17 17:29:01 +0900222 "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 Colitti98c83d02022-02-18 17:24:48 +0900233 "name": "bpf_existence_test"
234 },
235 {
Tyler Wearb4ab4c32022-03-03 21:44:30 -0800236 "name": "connectivity_native_test"
237 },
238 {
Hungming Chen2e6d1072022-05-30 16:18:37 +0800239 "name": "libclat_test"
240 },
241 {
Ken Chen1647f602021-10-05 21:55:22 +0800242 "name": "netd_updatable_unit_test"
243 },
244 {
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +0000245 "name": "TetheringTests"
246 },
247 {
248 "name": "TetheringIntegrationTests"
Wayne Ma7be6bce2022-01-12 16:29:49 +0800249 },
250 {
Ken Chenf426b2b2022-01-23 15:39:13 +0800251 "name": "libnetworkstats_test"
Remi NGUYEN VAN3b813232022-02-16 12:15:14 +0900252 },
253 {
254 "name": "FrameworksNetIntegrationTests"
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +0900255 }
easoncyleea1b13d62020-06-12 14:14:14 +0800256 ],
markchien911cf8f2021-07-19 17:23:54 +0800257 "postsubmit": [
258 {
259 "name": "TetheringPrivilegedTests"
Lorenzo Colitti3b38b122022-01-12 16:06:07 +0900260 },
Lorenzo Colitti3b38b122022-01-12 16:06:07 +0900261 {
Ken Chen1647f602021-10-05 21:55:22 +0800262 "name": "netd_updatable_unit_test",
263 "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"]
264 },
265 {
Ken Chend4e5c762023-09-13 17:21:36 +0800266 "name": "dns_helper_unit_test"
267 },
268 {
Remi NGUYEN VAN3b813232022-02-16 12:15:14 +0900269 "name": "FrameworksNetDeflakeTest"
Junyu Laib8fc7552023-07-26 14:25:49 +0800270 },
Remi NGUYEN VAN8db52a52023-07-26 16:15:03 +0900271 // Postsubmit on virtual devices to monitor flakiness of @SkipPresubmit methods
272 {
273 "name": "CtsNetTestCases",
274 "options": [
275 {
276 "exclude-annotation": "androidx.test.filters.RequiresDevice"
277 }
278 ]
279 },
Junyu Laib8fc7552023-07-26 14:25:49 +0800280 {
281 "name": "FrameworksNetTests"
markchien911cf8f2021-07-19 17:23:54 +0800282 }
283 ],
easoncyleea1b13d62020-06-12 14:14:14 +0800284 "mainline-presubmit": [
285 {
easoncylee48c4cf62020-10-23 13:10:01 +0800286 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
easoncyleea1b13d62020-06-12 14:14:14 +0800287 "options": [
288 {
289 "exclude-annotation": "com.android.testutils.SkipPresubmit"
Remi NGUYEN VAN9a689f82021-10-28 09:41:21 +0900290 },
291 {
Remi NGUYEN VAN8db52a52023-07-26 16:15:03 +0900292 "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit"
293 },
294 {
Remi NGUYEN VAN9a689f82021-10-28 09:41:21 +0900295 "exclude-annotation": "androidx.test.filters.RequiresDevice"
easoncyleea1b13d62020-06-12 14:14:14 +0800296 }
297 ]
Remi NGUYEN VAN5a1f2f72021-07-01 13:55:49 +0000298 },
299 {
Remi NGUYEN VAN348bbb02022-07-19 16:33:04 +0900300 "name": "CtsNetTestCasesMaxTargetSdk30[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
301 "options": [
302 {
303 "exclude-annotation": "com.android.testutils.SkipPresubmit"
304 },
305 {
Remi NGUYEN VAN8db52a52023-07-26 16:15:03 +0900306 "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit"
307 },
308 {
Remi NGUYEN VAN348bbb02022-07-19 16:33:04 +0900309 "exclude-annotation": "androidx.test.filters.RequiresDevice"
310 }
311 ]
312 },
313 {
Lorenzo Colitti9e61b822022-05-28 00:20:06 +0900314 "name": "CtsNetTestCasesMaxTargetSdk31[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
315 "options": [
316 {
317 "exclude-annotation": "com.android.testutils.SkipPresubmit"
318 },
319 {
Remi NGUYEN VAN8db52a52023-07-26 16:15:03 +0900320 "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit"
321 },
322 {
Lorenzo Colitti9e61b822022-05-28 00:20:06 +0900323 "exclude-annotation": "androidx.test.filters.RequiresDevice"
324 }
325 ]
326 },
Yuyang Huang72bc6002023-02-17 17:29:01 +0900327 {
328 "name": "CtsNetTestCasesMaxTargetSdk33[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
329 "options": [
330 {
331 "exclude-annotation": "com.android.testutils.SkipPresubmit"
332 },
333 {
Remi NGUYEN VAN8db52a52023-07-26 16:15:03 +0900334 "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit"
335 },
336 {
Yuyang Huang72bc6002023-02-17 17:29:01 +0900337 "exclude-annotation": "androidx.test.filters.RequiresDevice"
338 }
339 ]
340 },
Remi NGUYEN VAN7d800632022-05-31 10:53:47 +0900341 // Test with APK modules only, in cases where APEX is not supported, or the other modules
342 // were simply not updated
343 {
344 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk]",
345 "options": [
346 {
347 "exclude-annotation": "com.android.testutils.SkipPresubmit"
348 },
349 {
Remi NGUYEN VAN8db52a52023-07-26 16:15:03 +0900350 "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit"
351 },
352 {
Remi NGUYEN VAN7d800632022-05-31 10:53:47 +0900353 "exclude-annotation": "androidx.test.filters.RequiresDevice"
354 },
355 {
356 "exclude-annotation": "com.android.testutils.ConnectivityModuleTest"
Mike Yucc5dbf92023-06-06 11:26:28 +0000357 },
358 {
359 "exclude-annotation": "com.android.testutils.DnsResolverModuleTest"
Remi NGUYEN VAN7d800632022-05-31 10:53:47 +0900360 }
361 ]
362 },
363 // Test with connectivity/tethering module only, to catch integration issues with older versions
364 // of other modules. "new tethering + old NetworkStack" is not a configuration that should
365 // really exist in the field, but there is no strong guarantee, and it is required by MTS
366 // testing for module qualification, where modules are tested independently.
367 {
368 "name": "CtsNetTestCasesLatestSdk[com.google.android.tethering.apex]",
369 "options": [
370 {
371 "exclude-annotation": "com.android.testutils.SkipPresubmit"
372 },
373 {
Remi NGUYEN VAN8db52a52023-07-26 16:15:03 +0900374 "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit"
375 },
376 {
Remi NGUYEN VAN7d800632022-05-31 10:53:47 +0900377 "exclude-annotation": "androidx.test.filters.RequiresDevice"
Mike Yucc5dbf92023-06-06 11:26:28 +0000378 },
379 {
380 "exclude-annotation": "com.android.testutils.DnsResolverModuleTest"
Yuyang Huanga6269582024-03-27 20:11:45 +0900381 },
382 {
383 "exclude-annotation": "com.android.testutils.NetworkStackModuleTest"
Remi NGUYEN VAN7d800632022-05-31 10:53:47 +0900384 }
385 ]
386 },
Lorenzo Colitti9e61b822022-05-28 00:20:06 +0900387 {
Lorenzo Colitti98c83d02022-02-18 17:24:48 +0900388 "name": "bpf_existence_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
389 },
390 {
Tyler Wearb4ab4c32022-03-03 21:44:30 -0800391 "name": "connectivity_native_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
392 },
393 {
Ken Chen1647f602021-10-05 21:55:22 +0800394 "name": "netd_updatable_unit_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
395 },
396 {
Junyu Lai08a4a872023-10-19 10:33:03 +0800397 "name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
398 "options": [
399 {
400 "exclude-annotation": "com.android.testutils.SkipPresubmit"
401 }
402 ]
Wayne Ma7be6bce2022-01-12 16:29:49 +0800403 },
404 {
Ken Chenf426b2b2022-01-23 15:39:13 +0800405 "name": "libnetworkstats_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
Chidera Olibied66799a2023-01-24 20:22:56 +0000406 },
407 {
Xiao Ma161b70c2023-06-01 13:36:46 +0900408 "name": "CtsTetheringTestLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
409 "options": [
410 {
411 "exclude-annotation": "com.android.testutils.NetworkStackModuleTest"
412 }
413 ]
easoncyleea1b13d62020-06-12 14:14:14 +0800414 }
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +0000415 ],
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +0000416 "mainline-postsubmit": [
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +0000417 // Tests on physical devices with SIM cards: postsubmit only for capacity constraints
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +0000418 {
419 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
420 "keywords": ["sim"]
Mark Chienf8870fa2022-07-22 09:56:52 +0000421 },
422 {
Xiao Ma161b70c2023-06-01 13:36:46 +0900423 "name": "CtsTetheringTestLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
424 "keywords": ["sim"],
425 "options": [
426 {
427 "exclude-annotation": "com.android.testutils.NetworkStackModuleTest"
428 }
429 ]
Remi NGUYEN VAN8db52a52023-07-26 16:15:03 +0900430 },
431 // Postsubmit on virtual devices to monitor flakiness of @SkipMainlinePresubmit methods
432 {
433 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
434 "options": [
435 {
436 "exclude-annotation": "androidx.test.filters.RequiresDevice"
437 }
438 ]
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +0000439 }
440 ],
441 "imports": [
442 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +0000443 "path": "frameworks/base/core/java/android/net"
444 },
445 {
Filip Zakrzewski8a5823d2022-01-07 20:47:30 +0000446 "path": "frameworks/opt/net/ethernet"
447 },
448 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +0000449 "path": "packages/modules/NetworkStack"
450 },
451 {
452 "path": "packages/modules/CaptivePortalLogin"
Lorenzo Colitti35bf22b2022-08-01 10:23:23 +0900453 },
454 {
Mohannad Farragb824e0f2024-05-02 10:47:59 +0000455 "path": "external/cronet"
456 },
457 {
Lorenzo Colitti35bf22b2022-08-01 10:23:23 +0900458 "path": "vendor/xts/gts-tests/hostsidetests/networkstack"
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +0000459 }
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +0900460 ]
461}