@@ -230,7 +230,7 @@ class MininetRunner( object ):
mn.iperf()
mn.stop()
elif test != 'build':
mn.run( test )
mn.run( getattr( mn, test ) )
elapsed = float( time.time() - start )
info( 'completed in %0.3f seconds\n' % elapsed )
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.