Patch merged. ** 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/2114190 Title: [whitebox-neutron-tempest-plugin] ``test_only_dropped_traffic_logged`` test failing with the WSGI Neutron API migration Status in neutron: Fix Released Bug description: Since [1], Neutron API runs only with WSGI module (the only available one). This change implied the segregation of the services previously running under the same service. Namely: * Neutron API: the HTTP calls to the Neutron database. * OVN maintenance worker. * RPC worker. * Periodic worker. Now all these services are independent processes. In the test ``test_only_dropped_traffic_logged`` we are creating a log resource, then changing the ``burst_limit`` and ``rate_limit`` values and restarting the Neutron API (in a devstack environment). Then we expect the OVN maintenance task to update the NB ``meter-band`` registers. Now, the service that needs to be restarted is "ovn- maintenance-worker". [1]https://review.opendev.org/c/openstack/devstack/+/932203 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2114190/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp