One last code check fix: line too long
This commit is contained in:
committed by
Brian O'Connor
parent
9d14c841d7
commit
e69355f78f
@@ -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 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user