Dan Kenigsberg has posted comments on this change. Change subject: net: tests: support iperf3 for performance tests ......................................................................
Patch Set 16: Code-Review-1 (1 comment) https://gerrit.ovirt.org/#/c/46448/16/tests/nettestlib.py File tests/nettestlib.py: Line 376: execCmd([_IPERF3_BINARY.cmd, "--version"]) Line 377: except OSError as e: Line 378: if e.errno == errno.ENOENT: Line 379: raise SkipTest("Cannot run %r: %s\nDo you have iperf3 installed?" Line 380: % (EXT_IPERF3, e)) ./tests/nettestlib.py:380: undefined name 'EXT_IPERF3' Line 381: raise Line 382: Line 383: Line 384: def requires_iperf3(f): -- To view, visit https://gerrit.ovirt.org/46448 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I15657f8844d131c5444dd680b8de7aa1c4ec2638 Gerrit-PatchSet: 16 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Ido Barkan <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Ido Barkan <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Ondřej Svoboda <[email protected]> Gerrit-Reviewer: Petr Horáček <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
