Add more param choices for iperf udp on CLI

This commit is contained in:
Brandon Heller
2010-08-16 12:04:24 -07:00
committed by Bob Lantz
parent 7d83d46270
commit 299925c22f
2 changed files with 18 additions and 7 deletions
-4
View File
@@ -505,10 +505,6 @@ class Mininet( object ):
output( '*** Results: %s\n' % result )
return result
def iperfUdp( self, udpBw='10M' ):
"Run iperf UDP test."
return self.iperf( l4Type='UDP', udpBw=udpBw )
def configLinkStatus( self, src, dst, status ):
"""Change status of src <-> dst links.
src: node name