One last code check fix: line too long

This commit is contained in:
Bob Lantz
2013-09-11 12:00:15 -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 ): def testSingle5( self ):
"Ping test on 5-host single-switch topology" "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 ) dropped = mn.run( mn.ping )
self.assertEqual( dropped, 0 ) self.assertEqual( dropped, 0 )