One last code check fix: line too long

This commit is contained in:
Bob Lantz
2013-08-27 15:16:38 -07:00
committed by Brian O'Connor
parent 9d14c841d7
commit e69355f78f
+2 -1
View File
@@ -29,7 +29,8 @@ class testSingleSwitchCommon( object ):
def testSingle5( self ):
"Ping test on 5-host single-switch topology"
mn = Mininet( SingleSwitchTopo( k=5 ), self.switchClass, Host, Controller )
mn = Mininet( SingleSwitchTopo( k=5 ), self.switchClass, Host,
Controller )
dropped = mn.run( mn.ping )
self.assertEqual( dropped, 0 )