neutron/neutron/tests/functional/db
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
..
migrations Add missing index on inserted_primary_key in migration 2016-09-08 19:02:37 -04:00
__init__.py Freeze models for healing migration 2014-07-14 18:36:05 +02:00
test_ipam.py Remove availability range code and model 2016-09-06 17:35:12 +00:00
test_migrations.py Register sqlalchemy events through hook for UT cleanup 2017-01-20 04:15:01 -08:00
test_models.py Juno_initial migration 2015-06-16 15:03:14 +03:00