Skip to content
Snippets Groups Projects
Commit dba3b599 authored by Bob Lantz's avatar Bob Lantz
Browse files

Changed to dump bad iperf output.

parent 78073e1b
No related branches found
No related tags found
No related merge requests found
......@@ -465,7 +465,7 @@ def _parseIperf( iperfOutput ):
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 ):
......
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