Comment 6 for bug 1679775

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

Reviewed: https://review.openstack.org/457515
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9c4395965158e066becdb84cf30ea5f0e63e7cbc
Submitter: Jenkins
Branch: master

commit 9c4395965158e066becdb84cf30ea5f0e63e7cbc
Author: Kevin Benton <email address hidden>
Date: Tue Apr 18 01:27:37 2017 -0700

    Stop loading OVOServerRpcInterface in ML2 testcase

    This RPC notifier has an asynchronous handler that does DB lookups
    to send notifications after an object has been created. Not only
    is this a waste of resources in unit tests, it interferes with tests
    that are inspecting the DB queries that occur between calls.

    This just blocks the OVOServerRpcInterface in the ML2 test case and
    then enables it for the set of unit tests that needs it.

    Change-Id: I807e2445da9be241c24d8b6e5bda8b12927aa7fc
    Closes-Bug: #1679775