Skip to content
Snippets Groups Projects
Commit fcf6a16f authored by Brandon Heller's avatar Brandon Heller
Browse files

Remove accidentally-added iperf verbosity

parent 0cd489a7
No related branches found
No related tags found
No related merge requests found
...@@ -437,7 +437,7 @@ def _parseIperf(iperfOutput): ...@@ -437,7 +437,7 @@ def _parseIperf(iperfOutput):
raise Exception('could not parse iperf output') raise Exception('could not parse iperf output')
def iperf(self, hosts = None, l4_type = 'TCP', udp_bw = '10M', def iperf(self, hosts = None, l4_type = 'TCP', udp_bw = '10M',
verbose = True): verbose = False):
'''Run iperf between two hosts. '''Run iperf between two hosts.
@param hosts list of host DPIDs; if None, uses opposite hosts @param hosts list of host DPIDs; if None, uses opposite hosts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment