Reviewed: https://review.opendev.org/731267 Committed: https://git.openstack.org/cgit/openstack/neutron-tempest-plugin/commit/?id=71583986bf8bb71dc0f1b0e9e4fb96aa5f2e393a Submitter: Zuul Branch: master
commit 71583986bf8bb71dc0f1b0e9e4fb96aa5f2e393a Author: Rodolfo Alonso Hernandez <[email protected]> Date: Wed May 27 16:25:59 2020 +0000 Preserve floating IP address in FloatingIpMultipleRoutersTest In "test_reuse_ip_address_with_other_fip_on_other_router", one of the floating IP addresses is deleted and created again using the same IP address. As reported in the bug, the time spent between the deletion and the creation should be reduced. That will prevent any other test to, in parallel, create a floating IP address reusing the same IP address of the test. Change-Id: Ia5694208934c37efd68df0fd33eaac4c7e879c07 Closes-Bug: #1880976 ** 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/1880976 Title: [tempest] Error in "test_reuse_ip_address_with_other_fip_on_other_router" with duplicated floating IP Status in neutron: Fix Released Bug description: Error in "test_reuse_ip_address_with_other_fip_on_other_router" with duplicated floating IP. The test will create a FIP, then delete it and then create another FIP using the same IP address. The problem, as we can see in the following snippet, is that during the deletion and the creation again, another test requested a FIP and Neutron server provided **just the same IP address** (a case of bad luck): http://paste.openstack.org/show/794058/ REPORT: https://2f302d35d7c2b9201857-14c47b0c762b46266aadd7f2c624d382.ssl.cf5.rackcdn.com/665467/70/check /neutron-tempest-plugin-scenario- openvswitch/9514b9a/testr_results.html ERROR: http://paste.openstack.org/show/794057/ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1880976/+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

