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

Made iperf verbose and fixed node command output.

parent 1a9d2eac
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ def do_pingpair( self, args ):
def do_iperf( self, args ):
"Simple iperf TCP test between two hosts."
self.mn.iperf()
self.mn.iperf( verbose=True )
def do_iperfudp( self, args ):
"Simple iperf UDP test between two hosts."
......@@ -181,7 +181,7 @@ def default( self, line ):
while True:
try:
done, data = node.monitor()
info( '%s\n' % data )
info( '%s' % data )
if done:
break
except KeyboardInterrupt:
......
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