Reviewed: https://review.opendev.org/c/openstack/neutron/+/819049 Committed: https://opendev.org/openstack/neutron/commit/74aa86a976c5bcf42b2779e5c557d7f7f4fdac9b Submitter: "Zuul (22348)" Branch: master
commit 74aa86a976c5bcf42b2779e5c557d7f7f4fdac9b Author: Terry Wilson <[email protected]> Date: Tue Nov 23 21:21:27 2021 -0600 Properly clean up ovn-northd in functional tests ovn-northd.ctl is a socket, so os.path.isfile() returns false and ovn-northd is not properly killed. Use os.path.exists() instead. Closes-Bug: #1952023 Change-Id: I00fba2dc4395c0a8cd4631d4c2c71d9c3dc429e9 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1952023 Title: Neutron functional tests don't properly clean up ovn-northd Status in neutron: Fix Released Bug description: ovn-northd does not get stopped when running dsvm-functional tests. [vagrant@fedora neutron]$ pgrep ovn-northd [vagrant@fedora neutron]$ tox -e dsvm-functional test_agent_change dsvm-functional develop-inst-noop: /opt/stack/neutron ... dsvm-functional: commands succeeded congratulations :) [vagrant@fedora neutron]$ pgrep ovn-northd 525468 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1952023/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

