]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add info to debug test_keepalived_respawns gate failure
authorAssaf Muller <amuller@redhat.com>
Sat, 29 Aug 2015 15:32:19 +0000 (11:32 -0400)
committerAssaf Muller <amuller@redhat.com>
Wed, 2 Sep 2015 20:25:03 +0000 (16:25 -0400)
commitcc20673d673113974c78a2b17a9ff4da47ad6665
treebc73c486faf81dcc8a57b77a426f9900cf17ebaf
parent4f802232771d051d0fe076e6458674a995c6bc14
Add info to debug test_keepalived_respawns gate failure

Current theory is that there's a bug in external_process.active,
it returns True when it shouldn't, then kill -15 on the process
pid fails because the process isn't up. Added ps -p output to
see if the process is up or not.

Change-Id: Ic062be829d5f05a1294f6b2fa54820422871ffcb
Related-Bug: #1490043
neutron/tests/functional/agent/linux/test_keepalived.py