Changed to dump bad iperf output.

This commit is contained in:
Bob Lantz
2010-02-27 13:54:38 -08:00
parent 78073e1b6f
commit dba3b59929
+1 -1
View File
@@ -465,7 +465,7 @@ class Mininet( object ):
if m:
return m.group( 1 )
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',
verbose=False ):