Fix typo
This commit is contained in:
@@ -24,7 +24,7 @@ class testControlNet( unittest.TestCase ):
|
|||||||
p.wait()
|
p.wait()
|
||||||
|
|
||||||
def testFailover( self ):
|
def testFailover( self ):
|
||||||
"Kill controllers and verity that switch, s1, fails over properly"
|
"Kill controllers and verify that switch, s1, fails over properly"
|
||||||
count = 1
|
count = 1
|
||||||
p = pexpect.spawn( 'python -m mininet.examples.controlnet' )
|
p = pexpect.spawn( 'python -m mininet.examples.controlnet' )
|
||||||
p.expect( self.prompt )
|
p.expect( self.prompt )
|
||||||
|
|||||||
Reference in New Issue
Block a user