Skip to content

Commit

Permalink
nixos/tests/frr: fix ping command
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Theil <[email protected]>
  • Loading branch information
thillux committed Sep 16, 2024
1 parent b39d88e commit 83cdec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/frr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ import ./make-test-python.nix ({ pkgs, ... }:
gw.wait_until_succeeds("vtysh -c 'show ip route' | grep '^O>'")
with subtest("Test ICMP"):
client.wait_until_succeeds("ping -c 3 server >&2")
client.wait_until_succeeds("ping -4 -c 3 server >&2")
'';
})

0 comments on commit 83cdec2

Please sign in to comment.