mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/tests/openvswitch: improve ping check resiliency
(cherry picked from commit 03a9484617)
This commit is contained in:
parent
5189b636bf
commit
b61d0aa2f0
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@
|
|||
node2.wait_for_unit("ovsdb.service")
|
||||
node2.wait_for_unit("ovs-vswitchd.service")
|
||||
|
||||
node1.succeed("ping -c3 10.0.0.2")
|
||||
node2.succeed("ping -c3 10.0.0.1")
|
||||
node1.wait_until_succeeds("ping -c1 10.0.0.2", timeout=30)
|
||||
node2.wait_until_succeeds("ping -c1 10.0.0.1", timeout=30)
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue