vmware-nsx/neutron/tests/unit/ml2
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
..
drivers Merge "Prepare for multiple cisco ML2 mech drivers" 2014-02-11 06:57:01 +00:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
_test_mech_agent.py Implement ML2 port binding 2013-09-03 18:05:20 -04:00
test_agent_scheduler.py Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
test_mech_hyperv.py Implement ML2 port binding 2013-09-03 18:05:20 -04:00
test_mech_linuxbridge.py Vxlan / L2population support to Linuxbridge Agent 2013-09-12 02:51:37 +02:00
test_mech_openvswitch.py Implement ML2 port binding 2013-09-03 18:05:20 -04:00
test_mechanism_ncs.py Fix URL used in NCS mechanism driver sync_full() operation 2013-09-18 07:00:24 +00:00
test_ml2_plugin.py ML2 plugin cannot raise NoResultFound exception 2014-02-09 10:57:56 +01:00
test_port_binding.py Do not trigger agent notification if bindings do not change 2013-12-11 05:24:55 -08:00
test_rpcapi.py change port status only if port is bound to the good host 2013-10-02 15:14:18 +02:00
test_security_group.py Utilizes assertIsNone and assertIsNotNone 2013-10-23 10:59:16 +08:00
test_type_gre.py Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
test_type_vxlan.py Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00