neutron/neutron/tests/unit
Henry Gessau 603c0d03ae Support for independent alembic branches in sub-projects
Sub-projects shall now register their independent alembic migrations
via entrypoints in setup.cfg, and neutron-db-manage will discover them
and run them automatically.

If a service or sub-project is specified explicitly, then
neutron-db-manage will run on only that service or sub-project.

The advanced services project are just special cases of sub-projects.
For example, specifying the CLI option '--service lbaas' is the same
as specifying '--subproject neutron-lbaas'.

Specifying no service or sub-project will cause neutron-db-manage to
run the command on neutron and all installed sub-projects.

Added and consolidated documentation into devref for alembic migrations.

Partial-Bug: #1471333
Partial-Bug: #1470625

Change-Id: I9a06de64ce35675af28adf819de6f22dc832390d
2015-08-12 23:50:58 -04:00
..
agent Destroy ipset when the corresponding rule is removed 2015-08-12 11:27:01 +00:00
api Merge "Update dhcp host portbinding on failover" 2015-08-03 15:27:13 +00:00
callbacks Add weak reference test for callback manager 2015-04-23 06:55:03 -07:00
cmd Adding a cleanup for 'qlbaas-' namespaces in netns_cleanup 2015-07-21 13:52:57 +03:00
common Merge "ensure_dir: move under neutron.common.utils" 2015-07-23 08:28:16 +00:00
db Support for independent alembic branches in sub-projects 2015-08-12 23:50:58 -04:00
debug Reorganize unit test tree 2015-04-06 23:28:31 +00:00
extensions DVR: fix router scheduling 2015-08-10 11:27:51 -05:00
hacking Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
ipam Remove unnecessary executable permission 2015-08-01 05:16:32 +00:00
notifiers Merge "Revert "Revert "Add VIF_DELETED notification event to Nova""" 2015-08-12 18:05:47 +00:00
plugins Merge "Use oslo.log library instead of system logging module" 2015-08-11 19:46:34 +00:00
quota Add plural names for quota resources 2015-07-28 11:55:04 -07:00
scheduler Merge "Fix: Skip rescheduling networks if no DHCP agents available" 2015-08-11 20:31:29 +00:00
services Decompose Apic ML2 mechanism driver 2015-07-24 19:32:49 +00:00
tests Merge "Different approach to indicate failure on SystemExit" 2015-07-16 06:57:16 +00:00
__init__.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
_test_extension_portbindings.py Context: Remove logic for read_deleted and deprecate it 2015-06-09 13:50:03 -07:00
database_stubs.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
dummy_plugin.py Remove lingering traces of q_ 2015-07-07 17:04:44 -04:00
extension_stubs.py Remove get_namespace from API extensions 2015-06-15 09:17:32 -04:00
test_auth.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
test_context.py Python 3: fix test_context 2015-07-27 16:57:08 +02:00
test_manager.py Flavor Framework implementation 2015-07-16 09:07:41 -07:00
test_policy.py Rename a test method in test_policy.py 2015-08-07 13:50:00 +09:00
test_service.py Refactor TestRpcWorker and TestWorkerService 2015-06-16 15:49:48 +03:00
test_wsgi.py Switch to oslo.service 2015-06-29 13:20:55 +03:00
testlib_api.py Improve fixture usage. 2015-07-01 14:53:48 +12:00