tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests: fix random failures of privacy test
rnhmjoj
8 years ago
edc4a1f3
ef5860db
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
tests
networking.nix
+1
-1
nixos/tests/networking.nix
···
530
530
$client->waitUntilSucceeds("ping -c 1 fd00:1234:5678:1::1");
531
531
532
532
# Test address used is temporary
533
533
-
$client->succeed("! ip route get fd00:1234:5678:1::1 | grep -q ':[a-f0-9]*ff:fe[a-f0-9]*:'");
533
533
+
$client->waitUntilSucceeds("! ip route get fd00:1234:5678:1::1 | grep -q ':[a-f0-9]*ff:fe[a-f0-9]*:'");
534
534
'';
535
535
};
536
536
};