You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FT] Wait for the FIP Port_Binding event before checking MAC removal
In the test ``test_floatingip_mac_bindings``, when a FIP is created, the
FIP address "MAC_Binding" register should be removed. This patch is
adding an active wait for the FIP address "Port_Binding" before checking
the "MAC_Binding" removal.
This patch is also increasing the timeout to check the "MAC_Binding"
removal, from 15 to 30 seconds. This excesive delay could be caused
because of how the event ``run`` method is handled. Once the eventlet
removal is finished, we should revert this timeout increase.
Conflicts:
neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovsdb_monitor.py
Closes-Bug: #2115242
Signed-off-by: Rodolfo Alonso Hernandez <[email protected]>
Change-Id: Ia153b48aaec72e6a073b313ef2aea8efac6dbbae
(cherry picked from commit 5034b07)
0 commit comments