Skip to content
Snippets Groups Projects
Commit e875c0de authored by Brian O'Connor's avatar Brian O'Connor
Browse files

minor test cleanup

parent 43f058df
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
import unittest import unittest
import pexpect import pexpect
from time import sleep from time import sleep
from mininet.log import setLogLevel
from mininet.clean import cleanup, sh from mininet.clean import cleanup, sh
class testBareSSHD( unittest.TestCase ): class testBareSSHD( unittest.TestCase ):
...@@ -59,5 +58,4 @@ def tearDown( self ): ...@@ -59,5 +58,4 @@ def tearDown( self ):
sh( 'rm -rf /tmp/ssh' ) sh( 'rm -rf /tmp/ssh' )
if __name__ == '__main__': if __name__ == '__main__':
setLogLevel( 'warning' )
unittest.main() unittest.main()
...@@ -64,4 +64,3 @@ def tearDown( self ): ...@@ -64,4 +64,3 @@ def tearDown( self ):
if __name__ == '__main__': if __name__ == '__main__':
unittest.main() unittest.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment