vmware-nsx/neutron/tests/unit/mlnx
Aaron Rosen bf87549bc9 Plugins should call __init__ of db_base_plugin for db.configure
Currently each plugin calls db.configure() within the plugin's __init__
class or defines an initialize() method that's sole job is to call this
method. Instead we should just call the super method of a plugin so that
db.configure() is called for us out of the db_base_plugin class.

Note: the only reason why I'm making this change is that I want to add
something to the __init__() class of the db_base_plugin that's needed for
the nova-event-callback blueprint and adding it in the base class of init
looks to be the best place.

Change-Id: Iec3c912735021ceb90f657108aad3a57460d66e7
Closes-bug: #1282303
2014-02-21 13:30:12 -08:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_agent_scheduler.py Change header from LLC to Foundation 2013-09-20 01:37:51 +08:00
test_defaults.py Change default eswitchd port to avoid conflict 2013-12-18 07:56:20 +02:00
test_mlnx_comm_utils.py Add request timeout handling for Mellanox Neutron Agent 2013-12-01 10:04:40 +02:00
test_mlnx_db.py Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
test_mlnx_neutron_agent.py Add update from agent to plugin on device up 2014-02-17 09:31:30 +02:00
test_mlnx_plugin.py Change header from LLC to Foundation 2013-09-20 01:37:51 +08:00
test_mlnx_security_group.py Merge "Utilizes assertIsNone and assertIsNotNone" 2013-10-26 01:37:25 +00:00
test_rpcapi.py Replace stubout with fixtures 2013-11-24 10:46:08 -05:00