Fix CLI breakage with new test interface

This commit is contained in:
Brandon Heller
2010-03-24 07:24:26 -07:00
parent 55c335849a
commit 9098528a16
+1 -1
View File
@@ -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 )