Comment 5 for bug 1659965

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/427141
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e5320e764625bfc5b6723c52ec202ebdb926d32f
Submitter: Jenkins
Branch: master

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.

    Change-Id: I22a7f2fea56c9d97a1d765f0f25e9f28c7942b55
    Closes-bug: 1659965