** Changed in: neutron
Status: Fix Committed => 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/1245335
Title:
Mix use of test_config['plugin_name_v2'] and plugin argument in
DbPluginV2TestCase
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
In NeutronDbPluginV2TestCase and its subclasses (most DB-based tests),
there are two ways to specify a core plugin and an extension manager
in the unit tests: test_config and "plugin" arguments of the
constructor. Both are used and it sometimes makes it a bit difficult
to debug.
It is better to unify the way to pass "core plugin" and "extension manager"
into one.
I think it is better to remove test_config['plugin_name_v2'] and use "plugin"
argument.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1245335/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp