Comment 2 for bug 1956965

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/825530
Committed: https://opendev.org/openstack/neutron/commit/654c3b796fb467f92ce06528f64904086b0beb17
Submitter: "Zuul (22348)"
Branch: master

commit 654c3b796fb467f92ce06528f64904086b0beb17
Author: elajkat <email address hidden>
Date: Thu Jan 20 15:56:58 2022 +0100

    OVN TestNBDbResources wait for NB_Global table to be present

    In functional jobs (neutron-functional-with-uwsgi)
    test_ovn_db_resources.TestNBDbResources.test_port_dhcp_options failes
    time-to-time at the phase of creating network.
    Wait for NB_Global table at the setUp() phase of TestNBDbResources.

    Change-Id: I92132233dae77ffbbd5565caa320c7dac19e2194
    Closes-Bug: #1956965