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 @@
import unittest
import pexpect
from time import sleep
from mininet.log import setLogLevel
from mininet.clean import cleanup, sh
class testBareSSHD( unittest.TestCase ):
......@@ -59,5 +58,4 @@ def tearDown( self ):
sh( 'rm -rf /tmp/ssh' )
if __name__ == '__main__':
setLogLevel( 'warning' )
unittest.main()
......@@ -64,4 +64,3 @@ def tearDown( self ):
if __name__ == '__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