Commit f7a0a14
committed
testenv: wait for interface addresses to settle during setup
When configuring IPv6 addresses on an interface, they can be marked as
"tentative" until duplicate address detection (DAD) settles, which means
ping won't work. We try to turn off DAD, but that doesn't always work
either, depending on the global settings on the host; so add an explicit
wait after interface config.
Fixes #159.
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>1 parent ffb8264 commit f7a0a14
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
191 | 206 | | |
192 | 207 | | |
193 | 208 | | |
| |||
285 | 300 | | |
286 | 301 | | |
287 | 302 | | |
| 303 | + | |
288 | 304 | | |
| 305 | + | |
| 306 | + | |
289 | 307 | | |
290 | 308 | | |
291 | 309 | | |
| |||
0 commit comments