Added custom on the test process _stop_method

This commit is contained in:
jai.s 2020-10-09 13:12:01 +05:30
parent ec035c4f9d
commit 080005d870
No known key found for this signature in database
GPG Key ID: 360CFA25EFC67D12

View File

@ -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