Remove accidentally-added iperf verbosity
This commit is contained in:
+1
-1
@@ -437,7 +437,7 @@ class Mininet(object):
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user