commit e5320e764625bfc5b6723c52ec202ebdb926d32f
Author: Jakub Libosvar <email address hidden>
Date: Tue Jan 31 07:32:21 2017 -0500
functional: Check for processes only if there are any
In one of tests, pstree received SIGSEGV signal and was terminated. This
means the output is empty and we check on empty string. This patch makes
the test less prone to the errors coming from executed binaries.
Reviewed: https:/ /review. openstack. org/427141 /git.openstack. org/cgit/ openstack/ neutron/ commit/ ?id=e5320e76462 5bfc5b6723c52ec 202ebdb926d32f
Committed: https:/
Submitter: Jenkins
Branch: master
commit e5320e764625bfc 5b6723c52ec202e bdb926d32f
Author: Jakub Libosvar <email address hidden>
Date: Tue Jan 31 07:32:21 2017 -0500
functional: Check for processes only if there are any
In one of tests, pstree received SIGSEGV signal and was terminated. This
means the output is empty and we check on empty string. This patch makes
the test less prone to the errors coming from executed binaries.
Change-Id: I22a7f2fea56c9d 97a1d765f0f25e9 f28c7942b55
Closes-bug: 1659965