We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02750a commit 65e62b5Copy full SHA for 65e62b5
checks/iperf.nix
@@ -68,7 +68,7 @@ nixpkgs.lib.optionalAttrs (builtins.elem hypervisor self.lib.hypervisorsWithNetw
68
vm.wait_for_unit("microvm@${hypervisor}-iperf-server.service", timeout = 600)
69
vm.succeed("ip addr add 10.0.0.2/24 dev microvm")
70
71
- 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)
72
print(result)
73
74
path = "{}/summary.md".format(os.environ.get("out"))
0 commit comments