Fix CLI breakage with new test interface
This commit is contained in:
@@ -230,7 +230,7 @@ class MininetRunner( object ):
|
|||||||
mn.iperf()
|
mn.iperf()
|
||||||
mn.stop()
|
mn.stop()
|
||||||
elif test != 'build':
|
elif test != 'build':
|
||||||
mn.run( test )
|
mn.run( getattr( mn, test ) )
|
||||||
|
|
||||||
elapsed = float( time.time() - start )
|
elapsed = float( time.time() - start )
|
||||||
info( 'completed in %0.3f seconds\n' % elapsed )
|
info( 'completed in %0.3f seconds\n' % elapsed )
|
||||||
|
|||||||
Reference in New Issue
Block a user