neutron/neutron/tests/unit
venkata anil 77bfd82c3c Rename ml2_dvr_port_bindings to make it generic
Distributed port binding need to be implemented for HA router ports
to fix bug 1522980. HA ports can use existing DVR implementation for
multiple port binding. So we have to make current DVR port binding
implementation generic, so that all distributed ports(like DVR, HA)
can use it.

As part of making it generic, we rename 'ml2_dvr_port_bindings' table
to 'ml2_distributed_port_bindings', so that all distributed ports
(DVR, HA ..) can use this table.

Partial-Bug: #1595043
Partial-Bug: #1522980
Change-Id: I24650b7dee6305f801b457c4f21c8b16fb0eb6e0
2016-06-22 05:19:06 +00:00
..
agent Merge "functional: fix OVSFW failure with native OVSDB api" 2016-06-01 13:31:57 +00:00
api RPC unit tests: remove UUID future warnings 2016-05-29 06:47:09 -07:00
callbacks Provide kwargs for callback abort 2016-01-12 21:48:05 +00:00
cmd Make netns_cleanup to purge resources of selected agent only 2016-02-11 12:19:26 +03:00
common Merge "Integrate the port allowed address pairs VersionedObject in Neutron" 2016-05-24 13:02:31 +00:00
core_extensions Objects DB api: added composite key to handle multiple primary key 2016-03-01 17:05:11 +00:00
db Merge "DVR: Fix check multiprefix when delete ipv4 router interface" 2016-06-01 20:44:55 +00:00
debug tests: stop validating neutronclient in neutron-debug tests 2016-01-14 06:46:45 +00:00
extensions Allow the service plugin to import the extension 2016-05-27 17:14:28 +00:00
hacking Use unittest2 uniformly across Neutron 2016-05-23 13:13:17 +00:00
ipam Merge "Ensure unit tests don't assume an IP address allocation strategy" 2016-05-18 19:18:02 +00:00
notifiers Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
objects Merge "objects: support advanced criteria for get_objects" 2016-06-01 11:36:16 +00:00
plugins Rename ml2_dvr_port_bindings to make it generic 2016-06-22 05:19:06 +00:00
quota Fix module's import order 2016-01-22 06:38:42 -08:00
scheduler Do not inherit test case classes from regular Neutron classes 2016-05-26 13:06:49 +03:00
services Guard against config_dirs not defined on ConfigOpts 2016-05-31 17:01:53 +02:00
tests Fix get_free_namespace_port to actually avoid used ports 2016-06-01 20:17:34 +09:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
_test_extension_portbindings.py Fix module's import order 2016-01-22 06:38:42 -08:00
dummy_plugin.py Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
extension_stubs.py Add a description field to all standard resources 2016-03-05 02:29:35 +00:00
test_auth.py Fix params order in assertEqual 2016-01-13 18:24:04 +05:30
test_context.py Support Unicode request_id on Python 3 2015-11-27 16:21:16 +01:00
test_manager.py Add the ability to load a set of service plugins on startup 2016-02-10 10:04:15 -06:00
test_opts.py Fix the sriov agent config group name 2016-05-05 16:16:08 +08:00
test_policy.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
test_service.py Refactor TestRpcWorker and TestWorkerService 2015-06-16 15:49:48 +03:00
test_wsgi.py Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
testlib_api.py Improve fixture usage. 2015-07-01 14:53:48 +12:00