neutron/neutron/tests/unit/plugins/ml2
Kevin Benton 553ab6d86e Register sqlalchemy events through hook for UT cleanup
Register all sqlalchemy events through a new function in
neutron.db.api so we can keep track of active events and
ensure all are removed at the end of each test run.

Without this, an instance of a plugin may be left around
with the only reference to it existing in SQLAlchemy, where
it will receive events for tests unrelated to it and potentially
interfere.

Change-Id: I8e93eb4e8ef5a13f015db9cd20e44941cdcb72ef
2017-01-20 04:15:01 -08:00
..
drivers Merge "Change the order of installing flows for br-int" 2017-01-19 08:27:40 +00:00
extensions Use the session loader in keystoneauth1 for designate 2017-01-11 11:37:09 +01:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
_test_mech_agent.py macvtap: Mech driver detects invalid migration 2016-09-02 18:42:25 +00:00
base.py Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
test_agent_scheduler.py Move db agent schedulers test to a more appropriate place 2015-08-24 15:14:13 +03:00
test_db.py Merge "Use Port OVO in ml2/db and plugins/ml2/test_db" 2017-01-07 06:27:15 +00:00
test_driver_context.py Replace device owners hard coded strings to neutron_lib constants 2016-07-12 04:11:35 -04:00
test_ext_portsecurity.py Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
test_extension_driver_api.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2017-01-05 11:57:24 +00:00
test_managers.py Change import statement to not rename the module 2016-11-14 13:53:51 +07:00
test_ovo_rpc.py Server-side push notifications for ML2 2017-01-19 21:01:23 +00:00
test_plugin.py Register sqlalchemy events through hook for UT cleanup 2017-01-20 04:15:01 -08:00
test_port_binding.py Unittests improvement 2016-12-14 15:57:36 +00:00
test_rpc.py Remove fallback functions in agent/rpc 2016-12-06 15:51:16 +01:00
test_security_group.py Don't create default SG in transaction 2017-01-06 17:07:34 -08:00
test_tracked_resources.py Add relationship between port and floating ip 2016-01-29 12:28:15 +03:00