553ab6d86e990c36fbb7385288315d2b15667493

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
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: http://docs.openstack.org
- Features: http://specs.openstack.org/openstack/neutron-specs
- Defects: http://launchpad.net/neutron
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst
Description
Languages
Python
99.7%
Shell
0.3%