Merge pull request #35079 from rnhmjoj/privacy

nixos/tests: fix random failures of privacy test
This commit is contained in:
Joachim F
2018-02-17 18:27:21 +00:00
committed by GitHub

View File

@@ -530,7 +530,7 @@ let
$client->waitUntilSucceeds("ping -c 1 fd00:1234:5678:1::1");
# Test address used is temporary
$client->succeed("! ip route get fd00:1234:5678:1::1 | grep -q ':[a-f0-9]*ff:fe[a-f0-9]*:'");
$client->waitUntilSucceeds("! ip route get fd00:1234:5678:1::1 | grep -q ':[a-f0-9]*ff:fe[a-f0-9]*:'");
'';
};
};