Reviewed: https://review.opendev.org/762984 Committed: https://git.openstack.org/cgit/openstack/neutron-tempest-plugin/commit/?id=9817d4f4407296b068219f4fa7a740b0d6087c1e Submitter: Zuul Branch: master
commit 9817d4f4407296b068219f4fa7a740b0d6087c1e Author: Rodolfo Alonso Hernandez <[email protected]> Date: Tue Nov 17 08:50:50 2020 +0000 "_log_ns_network_status" log if namespace does not exist During the capture of the host network configuration, if a namespace is deleted, the method "_log_ns_network_status" will not fail but log that this namespace has been deleted synchronously. Change-Id: I54bf4374f43c3e830129fd9ce0b2d2503c26f886 Closes-Bug: #1904544 ** 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/1904544 Title: [neutron-tempest-plugin] "_log_ns_network_status" should not fail if the namespace does not exist Status in neutron: Fix Released Bug description: In case of error during a test case (for example, when checking the VM connectivity), the test case logs information about the host network status, calling "_log_local_network_status". This method lists all existing namespaces and prints the IPs, the routes and the ARP table. If the namespace is deleted in the middle of this process, the method will raise an exception. This should be captured and the exception discharged. Log: https://dc4a2e34f62989b50d98-de916f6129200f13fe2ab6b3ad5f1ab3.ssl.cf1.rackcdn.com/740067/28/gate /neutron-tempest-plugin-scenario- linuxbridge/9d1479a/testr_results.html Snippet: http://paste.openstack.org/show/800086/ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1904544/+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

