Comment 3 for bug 1985096

Revision history for this message
Mamatisa Nurmatov (isabek) wrote :

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/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovsdb_monitor.py#L163

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

Where can I look to resolve bug?