Skip to content

Commit eb21cee

Browse files
committed
checks/iperf: quelch stderr output
1 parent f7de119 commit eb21cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checks/iperf.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ nixpkgs.lib.optionalAttrs (builtins.elem hypervisor self.lib.hypervisorsWithNetw
6868
vm.wait_for_unit("microvm@${hypervisor}-iperf-server.service", timeout = 600)
6969
vm.succeed("ip addr add 10.0.0.2/24 dev microvm")
7070
71-
result = vm.wait_until_succeeds("iperf -c 10.0.0.1", timeout = 1200)
71+
result = vm.wait_until_succeeds("iperf -c 10.0.0.1 2>/dev/null", timeout = 1200)
7272
print(result)
7373
7474
path = "{}/summary.md".format(os.environ.get("out"))

0 commit comments

Comments
 (0)