This commit is contained in:
Bob Lantz
2013-09-19 04:12:04 -07:00
parent 3151804cf8
commit 433d83221a
+1 -1
View File
@@ -24,7 +24,7 @@ class testControlNet( unittest.TestCase ):
p.wait()
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
p = pexpect.spawn( 'python -m mininet.examples.controlnet' )
p.expect( self.prompt )