minor test cleanup
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
@@ -64,4 +64,3 @@ class testBind( unittest.TestCase ):
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user