Skip to content

Commit

Permalink
checks/iperf: quelch stderr output
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Jan 25, 2024
1 parent fb79ca5 commit 912d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/iperf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ nixpkgs.lib.optionalAttrs (builtins.elem hypervisor self.lib.hypervisorsWithNetw
vm.wait_for_unit("microvm@${hypervisor}-iperf-server.service", timeout = 600)
vm.succeed("ip addr add 10.0.0.2/24 dev microvm")
result = vm.wait_until_succeeds("iperf -c 10.0.0.1", timeout = 1200)
result = vm.wait_until_succeeds("iperf -c 10.0.0.1 2>/dev/null", timeout = 1200)
print(result)
path = "{}/summary.md".format(os.environ.get("out"))
Expand Down

0 comments on commit 912d898

Please sign in to comment.