Dan Kenigsberg has posted comments on this change. Change subject: net: tests: test tc upper limit using iperf ......................................................................
Patch Set 18: (1 comment) https://gerrit.ovirt.org/#/c/46449/18/tests/nettestlib.py File tests/nettestlib.py: Line 255: self._bind_to = host Line 256: self._net_ns = network_ns Line 257: Line 258: def start(self): Line 259: cmd = [_IPERF3_BINARY.cmd, '--server', '--bind', self._bind_to, better be fixed in the former patch Line 260: '--daemon'] Line 261: if self._net_ns is not None: Line 262: netns_exec(self._net_ns, cmd) Line 263: rc, out, err = execCmd(cmd) -- To view, visit https://gerrit.ovirt.org/46449 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9348a09e331195695c16862ef986df3b4abfa991 Gerrit-PatchSet: 18 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
