Added custom on the test process _stop_method
This commit is contained in:
parent
ec035c4f9d
commit
080005d870
|
@ -69,6 +69,9 @@ class TestProcessProto(unittest.TestCase):
|
||||||
logger.error('this condition are getting killed are not')
|
logger.error('this condition are getting killed are not')
|
||||||
logger.error('__stop__process')
|
logger.error('__stop__process')
|
||||||
except psutil.TimeoutExpired:
|
except psutil.TimeoutExpired:
|
||||||
|
logger.error('#####_stop_process method condition--##')
|
||||||
|
logger.error('self.process -{}'.format(self.process))
|
||||||
|
logger.error('#####_stop_process method condition--##')
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user