I removed event and mac binding deletion, but seems bug still exist or me doing something wrong. Functional tests running using ovn version OVN_BRANCH:-v21.06.0 , but when creating floating ip or deleting the MAC_Binding entry is not deleted
Output:
Traceback (most recent call last):
File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/base.py", line 182, in func
return f(self, *args, **kwargs)
File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovsdb_monitor.py", line 192, in test_floatingip_mac_bindings
n_utils.wait_until_true(
File "/home/zuul/src/opendev.org/openstack/neutron/neutron/common/utils.py", line 750, in wait_until_true
raise WaitTimeout(_("Timed out after %d seconds") % timeout)
neutron.common.utils.WaitTimeout: Timed out after 15 seconds
I removed event and mac binding deletion, but seems bug still exist or me doing something wrong. Functional tests running using ovn version OVN_BRANCH: -v21.06. 0 , but when creating floating ip or deleting the MAC_Binding entry is not deleted
Failing test: https:/ /opendev. org/openstack/ neutron/ src/branch/ master/ neutron/ tests/functiona l/plugins/ ml2/drivers/ ovn/mech_ driver/ ovsdb/test_ ovsdb_monitor. py#L163
Output: zuul/src/ opendev. org/openstack/ neutron/ neutron/ tests/base. py", line 182, in func zuul/src/ opendev. org/openstack/ neutron/ neutron/ tests/functiona l/plugins/ ml2/drivers/ ovn/mech_ driver/ ovsdb/test_ ovsdb_monitor. py", line 192, in test_floatingip _mac_bindings wait_until_ true( zuul/src/ opendev. org/openstack/ neutron/ neutron/ common/ utils.py" , line 750, in wait_until_true _("Timed out after %d seconds") % timeout) common. utils.WaitTimeo ut: Timed out after 15 seconds
Traceback (most recent call last):
File "/home/
return f(self, *args, **kwargs)
File "/home/
n_utils.
File "/home/
raise WaitTimeout(
neutron.
Where can I look to resolve bug?