neutron/neutron/tests/unit/plugins
Kevin Benton 3f28694e18 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
(cherry picked from commit 9c43959651)
2017-08-11 11:33:16 +00:00
..
common Utils: make delete_port_on_error more informative 2017-06-03 15:07:21 +00:00
ml2 Stop loading OVOServerRpcInterface in ML2 testcase 2017-08-11 11:33:16 +00:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00