Changed to dump bad iperf output.
This commit is contained in:
+1
-1
@@ -465,7 +465,7 @@ class Mininet( object ):
|
|||||||
if m:
|
if m:
|
||||||
return m.group( 1 )
|
return m.group( 1 )
|
||||||
else:
|
else:
|
||||||
raise Exception( 'could not parse iperf output' )
|
raise Exception( 'could not parse iperf output: ' + iperfOutput )
|
||||||
|
|
||||||
def iperf( self, hosts=None, l4Type='TCP', udpBw='10M',
|
def iperf( self, hosts=None, l4Type='TCP', udpBw='10M',
|
||||||
verbose=False ):
|
verbose=False ):
|
||||||
|
|||||||
Reference in New Issue
Block a user