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