minor test cleanup

This commit is contained in:
Brian O'Connor
2013-09-11 14:45:47 -07:00
parent 43f058df6d
commit e875c0de26
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -7,7 +7,6 @@ Tests for baresshd.py
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 @@ class testBareSSHD( unittest.TestCase ):
sh( 'rm -rf /tmp/ssh' ) sh( 'rm -rf /tmp/ssh' )
if __name__ == '__main__': if __name__ == '__main__':
setLogLevel( 'warning' )
unittest.main() unittest.main()
-1
View File
@@ -64,4 +64,3 @@ class testBind( unittest.TestCase ):
if __name__ == '__main__': if __name__ == '__main__':
unittest.main() unittest.main()