neutron/neutron/tests/unit/nec
Salvatore Orlando 9bf0e66544 Remove auto-generation of db schema from models at startup
This patch removes the Neutron capability of creating database tables
from sqlalchemy models for all those model classes for which
a table is not found in the database schema.
Migrations should be the official and only solution for creating and
managing the Neutron db schema.
This patch also adapts unit tests in order to ensure test schemas
are still correctly created.

DocImpact
Update deployment documentation accordingly.

Closes-Bug: #1207402

Change-Id: Ie4ee5507888ecad5f6dc32ce7a029c43014687a2
Co-Authored-By: Henry Gessau <gessau@cisco.com>
2014-08-15 17:21:17 -04:00
..
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
fake_ofc_manager.py Refactor unit tests for NEC Plugin 2013-07-12 15:40:33 +09:00
stub_ofc_driver.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_agent_scheduler.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_config.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_db.py Remove auto-generation of db schema from models at startup 2014-08-15 17:21:17 -04:00
test_nec_agent.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_nec_plugin.py Change all occurences of no_delete to do_delete 2014-07-13 14:09:26 +03:00
test_ofc_client.py Use jsonutils instead of stdlib json 2014-08-14 12:45:58 +02:00
test_ofc_manager.py Remove auto-generation of db schema from models at startup 2014-08-15 17:21:17 -04:00
test_packet_filter.py Change all occurences of no_delete to do_delete 2014-07-13 14:09:26 +03:00
test_pfc_driver.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_portbindings.py Return 403 instead of 404 on attr policy failures 2014-08-06 07:40:39 -07:00
test_router.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_security_group.py Remove auto-generation of db schema from models at startup 2014-08-15 17:21:17 -04:00
test_trema_driver.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_utils.py nec plugin: Compare OFS datapath_id as hex int 2014-02-13 10:37:29 +00:00