Remove accidentally-added iperf verbosity

This commit is contained in:
Brandon Heller
2010-01-02 11:20:41 -08:00
parent 0cd489a78b
commit fcf6a16f3d
+1 -1
View File
@@ -437,7 +437,7 @@ class Mininet(object):
raise Exception('could not parse iperf output')
def iperf(self, hosts = None, l4_type = 'TCP', udp_bw = '10M',
verbose = True):
verbose = False):
'''Run iperf between two hosts.
@param hosts list of host DPIDs; if None, uses opposite hosts