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 | { |
Xiao Ma | 432162d | 2023-09-29 15:28:49 +0900 | [diff] [blame] | 4 | "name": "ConnectivityCoverageTests", |
| 5 | "options": [ |
| 6 | { |
| 7 | "exclude-annotation": "com.android.testutils.NetworkStackModuleTest" |
| 8 | } |
| 9 | ] |
Remi NGUYEN VAN | 48c6888 | 2021-07-16 01:36:12 +0000 | [diff] [blame] | 10 | }, |
Remi NGUYEN VAN | 40da62d | 2022-04-01 11:59:45 +0900 | [diff] [blame] | 11 | { |
| 12 | // In addition to ConnectivityCoverageTests, runs non-connectivity-module tests |
Junyu Lai | b8fc755 | 2023-07-26 14:25:49 +0800 | [diff] [blame] | 13 | "name": "FrameworksNetTests", |
| 14 | "options": [ |
| 15 | { |
| 16 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 17 | } |
| 18 | ] |
Remi NGUYEN VAN | 40da62d | 2022-04-01 11:59:45 +0900 | [diff] [blame] | 19 | }, |
Remi NGUYEN VAN | ad380c1 | 2021-03-01 06:48:29 +0000 | [diff] [blame] | 20 | // Run in addition to mainline-presubmit as mainline-presubmit is not |
| 21 | // supported in every branch. |
| 22 | // CtsNetTestCasesLatestSdk uses stable API shims, so does not exercise |
| 23 | // some latest APIs. Run CtsNetTestCases to get coverage of newer APIs. |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 24 | { |
Remi NGUYEN VAN | ad380c1 | 2021-03-01 06:48:29 +0000 | [diff] [blame] | 25 | "name": "CtsNetTestCases", |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 26 | "options": [ |
| 27 | { |
| 28 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
Remi NGUYEN VAN | 9a689f8 | 2021-10-28 09:41:21 +0900 | [diff] [blame] | 29 | }, |
| 30 | { |
| 31 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 32 | } |
| 33 | ] |
Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 34 | }, |
Paul Hu | 206e5f0 | 2022-05-16 15:51:46 +0800 | [diff] [blame] | 35 | // Also run CtsNetTestCasesLatestSdk to ensure tests using older shims pass. |
| 36 | { |
| 37 | "name": "CtsNetTestCasesLatestSdk", |
| 38 | "options": [ |
| 39 | { |
| 40 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 41 | }, |
| 42 | { |
| 43 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 44 | } |
| 45 | ] |
| 46 | }, |
Lorenzo Colitti | 9e61b82 | 2022-05-28 00:20:06 +0900 | [diff] [blame] | 47 | // CTS tests that target older SDKs. |
| 48 | { |
Remi NGUYEN VAN | 348bbb0 | 2022-07-19 16:33:04 +0900 | [diff] [blame] | 49 | "name": "CtsNetTestCasesMaxTargetSdk30", |
| 50 | "options": [ |
| 51 | { |
| 52 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 53 | }, |
| 54 | { |
| 55 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 56 | } |
| 57 | ] |
| 58 | }, |
| 59 | { |
Lorenzo Colitti | 9e61b82 | 2022-05-28 00:20:06 +0900 | [diff] [blame] | 60 | "name": "CtsNetTestCasesMaxTargetSdk31", |
| 61 | "options": [ |
| 62 | { |
| 63 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 64 | }, |
| 65 | { |
| 66 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 67 | } |
| 68 | ] |
| 69 | }, |
Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 70 | { |
Yuyang Huang | 72bc600 | 2023-02-17 17:29:01 +0900 | [diff] [blame] | 71 | "name": "CtsNetTestCasesMaxTargetSdk33", |
| 72 | "options": [ |
| 73 | { |
| 74 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 75 | }, |
| 76 | { |
| 77 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 78 | } |
| 79 | ] |
| 80 | }, |
| 81 | { |
Lorenzo Colitti | 98c83d0 | 2022-02-18 17:24:48 +0900 | [diff] [blame] | 82 | "name": "bpf_existence_test" |
| 83 | }, |
| 84 | { |
Tyler Wear | b4ab4c3 | 2022-03-03 21:44:30 -0800 | [diff] [blame] | 85 | "name": "connectivity_native_test" |
| 86 | }, |
| 87 | { |
Hungming Chen | 2e6d107 | 2022-05-30 16:18:37 +0800 | [diff] [blame] | 88 | "name": "libclat_test" |
| 89 | }, |
| 90 | { |
Ken Chen | 1647f60 | 2021-10-05 21:55:22 +0800 | [diff] [blame] | 91 | "name": "netd_updatable_unit_test" |
| 92 | }, |
| 93 | { |
Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 94 | "name": "TetheringTests" |
| 95 | }, |
| 96 | { |
| 97 | "name": "TetheringIntegrationTests" |
Wayne Ma | 7be6bce | 2022-01-12 16:29:49 +0800 | [diff] [blame] | 98 | }, |
| 99 | { |
| 100 | "name": "traffic_controller_unit_test" |
Ken Chen | f426b2b | 2022-01-23 15:39:13 +0800 | [diff] [blame] | 101 | }, |
| 102 | { |
| 103 | "name": "libnetworkstats_test" |
Remi NGUYEN VAN | 3b81323 | 2022-02-16 12:15:14 +0900 | [diff] [blame] | 104 | }, |
| 105 | { |
| 106 | "name": "FrameworksNetIntegrationTests" |
Chidera Olibie | 7157837 | 2023-02-13 14:29:03 +0000 | [diff] [blame] | 107 | }, |
| 108 | // Runs both NetHttpTests and CtsNetHttpTestCases |
| 109 | { |
Chidera Olibie | 356b74c | 2023-04-03 14:40:01 +0000 | [diff] [blame] | 110 | "name": "NetHttpCoverageTests", |
| 111 | "options": [ |
| 112 | { |
Chidera Olibie | cd038a0 | 2023-07-25 20:29:51 +0000 | [diff] [blame] | 113 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 114 | }, |
| 115 | { |
Chidera Olibie | 356b74c | 2023-04-03 14:40:01 +0000 | [diff] [blame] | 116 | // These sometimes take longer than 1 min which is the presubmit timeout |
| 117 | "exclude-annotation": "androidx.test.filters.LargeTest" |
| 118 | } |
| 119 | ] |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 120 | } |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 121 | ], |
markchien | 911cf8f | 2021-07-19 17:23:54 +0800 | [diff] [blame] | 122 | "postsubmit": [ |
| 123 | { |
| 124 | "name": "TetheringPrivilegedTests" |
Lorenzo Colitti | 3b38b12 | 2022-01-12 16:06:07 +0900 | [diff] [blame] | 125 | }, |
Lorenzo Colitti | 3b38b12 | 2022-01-12 16:06:07 +0900 | [diff] [blame] | 126 | { |
Ken Chen | 1647f60 | 2021-10-05 21:55:22 +0800 | [diff] [blame] | 127 | "name": "netd_updatable_unit_test", |
| 128 | "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"] |
| 129 | }, |
| 130 | { |
Wayne Ma | 320b95d | 2022-01-23 23:43:11 +0800 | [diff] [blame] | 131 | "name": "traffic_controller_unit_test", |
Wayne Ma | 7be6bce | 2022-01-12 16:29:49 +0800 | [diff] [blame] | 132 | "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"] |
Ken Chen | f426b2b | 2022-01-23 15:39:13 +0800 | [diff] [blame] | 133 | }, |
| 134 | { |
Remi NGUYEN VAN | 3b81323 | 2022-02-16 12:15:14 +0900 | [diff] [blame] | 135 | "name": "FrameworksNetDeflakeTest" |
Junyu Lai | b8fc755 | 2023-07-26 14:25:49 +0800 | [diff] [blame] | 136 | }, |
Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 137 | // Postsubmit on virtual devices to monitor flakiness of @SkipPresubmit methods |
| 138 | { |
| 139 | "name": "CtsNetTestCases", |
| 140 | "options": [ |
| 141 | { |
| 142 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 143 | } |
| 144 | ] |
| 145 | }, |
Junyu Lai | b8fc755 | 2023-07-26 14:25:49 +0800 | [diff] [blame] | 146 | { |
| 147 | "name": "FrameworksNetTests" |
Chidera Olibie | be9f351 | 2023-08-09 09:50:36 +0000 | [diff] [blame] | 148 | }, |
| 149 | { |
| 150 | "name": "NetHttpCoverageTests" |
markchien | 911cf8f | 2021-07-19 17:23:54 +0800 | [diff] [blame] | 151 | } |
| 152 | ], |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 153 | "mainline-presubmit": [ |
| 154 | { |
easoncylee | 48c4cf6 | 2020-10-23 13:10:01 +0800 | [diff] [blame] | 155 | "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] | 156 | "options": [ |
| 157 | { |
| 158 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
Remi NGUYEN VAN | 9a689f8 | 2021-10-28 09:41:21 +0900 | [diff] [blame] | 159 | }, |
| 160 | { |
Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 161 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 162 | }, |
| 163 | { |
Remi NGUYEN VAN | 9a689f8 | 2021-10-28 09:41:21 +0900 | [diff] [blame] | 164 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 165 | } |
| 166 | ] |
Remi NGUYEN VAN | 5a1f2f7 | 2021-07-01 13:55:49 +0000 | [diff] [blame] | 167 | }, |
| 168 | { |
Remi NGUYEN VAN | 348bbb0 | 2022-07-19 16:33:04 +0900 | [diff] [blame] | 169 | "name": "CtsNetTestCasesMaxTargetSdk30[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| 170 | "options": [ |
| 171 | { |
| 172 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 173 | }, |
| 174 | { |
Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 175 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 176 | }, |
| 177 | { |
Remi NGUYEN VAN | 348bbb0 | 2022-07-19 16:33:04 +0900 | [diff] [blame] | 178 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 179 | } |
| 180 | ] |
| 181 | }, |
| 182 | { |
Lorenzo Colitti | 9e61b82 | 2022-05-28 00:20:06 +0900 | [diff] [blame] | 183 | "name": "CtsNetTestCasesMaxTargetSdk31[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| 184 | "options": [ |
| 185 | { |
| 186 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 187 | }, |
| 188 | { |
Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 189 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 190 | }, |
| 191 | { |
Lorenzo Colitti | 9e61b82 | 2022-05-28 00:20:06 +0900 | [diff] [blame] | 192 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 193 | } |
| 194 | ] |
| 195 | }, |
Yuyang Huang | 72bc600 | 2023-02-17 17:29:01 +0900 | [diff] [blame] | 196 | { |
| 197 | "name": "CtsNetTestCasesMaxTargetSdk33[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| 198 | "options": [ |
| 199 | { |
| 200 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 201 | }, |
| 202 | { |
Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 203 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 204 | }, |
| 205 | { |
Yuyang Huang | 72bc600 | 2023-02-17 17:29:01 +0900 | [diff] [blame] | 206 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 207 | } |
| 208 | ] |
| 209 | }, |
Remi NGUYEN VAN | 7d80063 | 2022-05-31 10:53:47 +0900 | [diff] [blame] | 210 | // Test with APK modules only, in cases where APEX is not supported, or the other modules |
| 211 | // were simply not updated |
| 212 | { |
| 213 | "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk]", |
| 214 | "options": [ |
| 215 | { |
| 216 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 217 | }, |
| 218 | { |
Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 219 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 220 | }, |
| 221 | { |
Remi NGUYEN VAN | 7d80063 | 2022-05-31 10:53:47 +0900 | [diff] [blame] | 222 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 223 | }, |
| 224 | { |
| 225 | "exclude-annotation": "com.android.testutils.ConnectivityModuleTest" |
Mike Yu | cc5dbf9 | 2023-06-06 11:26:28 +0000 | [diff] [blame] | 226 | }, |
| 227 | { |
| 228 | "exclude-annotation": "com.android.testutils.DnsResolverModuleTest" |
Remi NGUYEN VAN | 7d80063 | 2022-05-31 10:53:47 +0900 | [diff] [blame] | 229 | } |
| 230 | ] |
| 231 | }, |
| 232 | // Test with connectivity/tethering module only, to catch integration issues with older versions |
| 233 | // of other modules. "new tethering + old NetworkStack" is not a configuration that should |
| 234 | // really exist in the field, but there is no strong guarantee, and it is required by MTS |
| 235 | // testing for module qualification, where modules are tested independently. |
| 236 | { |
| 237 | "name": "CtsNetTestCasesLatestSdk[com.google.android.tethering.apex]", |
| 238 | "options": [ |
| 239 | { |
| 240 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 241 | }, |
| 242 | { |
Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 243 | "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit" |
| 244 | }, |
| 245 | { |
Remi NGUYEN VAN | 7d80063 | 2022-05-31 10:53:47 +0900 | [diff] [blame] | 246 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
Mike Yu | cc5dbf9 | 2023-06-06 11:26:28 +0000 | [diff] [blame] | 247 | }, |
| 248 | { |
| 249 | "exclude-annotation": "com.android.testutils.DnsResolverModuleTest" |
Remi NGUYEN VAN | 7d80063 | 2022-05-31 10:53:47 +0900 | [diff] [blame] | 250 | } |
| 251 | ] |
| 252 | }, |
Lorenzo Colitti | 9e61b82 | 2022-05-28 00:20:06 +0900 | [diff] [blame] | 253 | { |
Lorenzo Colitti | 98c83d0 | 2022-02-18 17:24:48 +0900 | [diff] [blame] | 254 | "name": "bpf_existence_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" |
| 255 | }, |
| 256 | { |
Tyler Wear | b4ab4c3 | 2022-03-03 21:44:30 -0800 | [diff] [blame] | 257 | "name": "connectivity_native_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" |
| 258 | }, |
| 259 | { |
Ken Chen | 1647f60 | 2021-10-05 21:55:22 +0800 | [diff] [blame] | 260 | "name": "netd_updatable_unit_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" |
| 261 | }, |
| 262 | { |
Remi NGUYEN VAN | 5a1f2f7 | 2021-07-01 13:55:49 +0000 | [diff] [blame] | 263 | "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] | 264 | }, |
| 265 | { |
| 266 | "name": "traffic_controller_unit_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" |
Ken Chen | f426b2b | 2022-01-23 15:39:13 +0800 | [diff] [blame] | 267 | }, |
| 268 | { |
| 269 | "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] | 270 | }, |
| 271 | { |
Chidera Olibie | 356b74c | 2023-04-03 14:40:01 +0000 | [diff] [blame] | 272 | "name": "NetHttpCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| 273 | "options": [ |
| 274 | { |
Chidera Olibie | cd038a0 | 2023-07-25 20:29:51 +0000 | [diff] [blame] | 275 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 276 | }, |
| 277 | { |
Chidera Olibie | 356b74c | 2023-04-03 14:40:01 +0000 | [diff] [blame] | 278 | // These sometimes take longer than 1 min which is the presubmit timeout |
| 279 | "exclude-annotation": "androidx.test.filters.LargeTest" |
| 280 | } |
| 281 | ] |
Mark Chien | f8870fa | 2022-07-22 09:56:52 +0000 | [diff] [blame] | 282 | }, |
| 283 | { |
Xiao Ma | 161b70c | 2023-06-01 13:36:46 +0900 | [diff] [blame] | 284 | "name": "CtsTetheringTestLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| 285 | "options": [ |
| 286 | { |
| 287 | "exclude-annotation": "com.android.testutils.NetworkStackModuleTest" |
| 288 | } |
| 289 | ] |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 290 | } |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 291 | ], |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 292 | "mainline-postsubmit": [ |
Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 293 | // 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] | 294 | { |
| 295 | "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| 296 | "keywords": ["sim"] |
Mark Chien | f8870fa | 2022-07-22 09:56:52 +0000 | [diff] [blame] | 297 | }, |
| 298 | { |
Xiao Ma | 161b70c | 2023-06-01 13:36:46 +0900 | [diff] [blame] | 299 | "name": "CtsTetheringTestLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| 300 | "keywords": ["sim"], |
| 301 | "options": [ |
| 302 | { |
| 303 | "exclude-annotation": "com.android.testutils.NetworkStackModuleTest" |
| 304 | } |
| 305 | ] |
Remi NGUYEN VAN | 8db52a5 | 2023-07-26 16:15:03 +0900 | [diff] [blame] | 306 | }, |
| 307 | // Postsubmit on virtual devices to monitor flakiness of @SkipMainlinePresubmit methods |
| 308 | { |
| 309 | "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", |
| 310 | "options": [ |
| 311 | { |
| 312 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
| 313 | } |
| 314 | ] |
Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 315 | } |
| 316 | ], |
| 317 | "imports": [ |
| 318 | { |
Remi NGUYEN VAN | f353baf | 2021-03-19 16:03:06 +0000 | [diff] [blame] | 319 | "path": "frameworks/base/core/java/android/net" |
| 320 | }, |
| 321 | { |
Filip Zakrzewski | 8a5823d | 2022-01-07 20:47:30 +0000 | [diff] [blame] | 322 | "path": "frameworks/opt/net/ethernet" |
| 323 | }, |
| 324 | { |
Remi NGUYEN VAN | f353baf | 2021-03-19 16:03:06 +0000 | [diff] [blame] | 325 | "path": "packages/modules/NetworkStack" |
| 326 | }, |
| 327 | { |
| 328 | "path": "packages/modules/CaptivePortalLogin" |
Lorenzo Colitti | 35bf22b | 2022-08-01 10:23:23 +0900 | [diff] [blame] | 329 | }, |
| 330 | { |
| 331 | "path": "vendor/xts/gts-tests/hostsidetests/networkstack" |
Remi NGUYEN VAN | f353baf | 2021-03-19 16:03:06 +0000 | [diff] [blame] | 332 | } |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 333 | ] |
| 334 | } |