80 columns
This commit is contained in:
@@ -59,7 +59,7 @@ class testBareSSHD( unittest.TestCase ):
|
|||||||
|
|
||||||
def tearDown( self ):
|
def tearDown( self ):
|
||||||
# kill the ssh process
|
# kill the ssh process
|
||||||
sh( "ps aux | grep 'ssh.*Banner' | awk '{ print $2 }' | xargs kill" )
|
sh( "ps aux | grep ssh |grep Banner| awk '{ print $2 }' | xargs kill" )
|
||||||
cleanup()
|
cleanup()
|
||||||
# remove public key pair
|
# remove public key pair
|
||||||
sh( 'rm -rf /tmp/ssh' )
|
sh( 'rm -rf /tmp/ssh' )
|
||||||
|
|||||||
Reference in New Issue
Block a user