Commit 83cdec2e authored by Markus Theil's avatar Markus Theil
Browse files

nixos/tests/frr: fix ping command

parent b39d88e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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")
        '';
    })