Debug local process brute termination

Change-Id: I30068d86600b92b7659cb0c69756c436e4cd6aef
This commit is contained in:
Federico Ressi 2019-09-26 16:07:35 +02:00
parent 44dec46be4
commit 44ab0854ae
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@ class LocalShellProcessFixture(_process.ShellProcessFixture):
except Exception:
LOG.exception('Failed killing local process: %r (PID=%r)',
self.command, self.pid)
else:
LOG.debug('Local process killed: %r (PID=%r)', self.command,
self.pid)
@property
def pid(self):