neutron/neutron/tests/unit
John Davidge 14ffea4444 Fix IPv6 PD with pluggable IPAM
A PD-sepcific check that was present in the non-pluggable IPAM
backend was missing from the pluggable version, causing router
interfaces to be created with a '::1' IP (equal to the gateway on
PD subnets). The resulting command:

ip netns exec <router_namespace> ip -6 addr add ::1/64

would then fail. This patch restores the check to ensure that
'::1' is not used for router interface ports, and introduces a
test to protect against future regressions.

Change-Id: I6a2e7cd60dd42d92b900a57bd8f3ffbc5909908e
Closes-Bug: 1631693
2016-10-10 15:54:21 +01:00
..
agent Merge "Account for Py2/Py3 differences in fcntl.ioctl return value" 2016-10-08 00:41:33 +00:00
api Remove deprecated class NeutronController 2016-09-21 09:57:16 +00:00
callbacks Reduce the number of debug traces emitted by registry callbacks 2016-09-07 20:10:16 -07:00
cmd Fix check_asserttruefalse syntax validator 2016-08-11 13:49:47 +00:00
common Remove old oslo.messaging transport aliases 2016-09-30 14:13:19 +00:00
core_extensions Respond negatively to tenant detachment of enforced QoS policies 2016-05-16 21:54:15 +00:00
db Fix IPv6 PD with pluggable IPAM 2016-10-10 15:54:21 +01:00
debug Change external_network_bridge default to '' 2016-08-02 11:35:47 -07:00
extensions Relocate Flavor and ServiceProfile DB models 2016-10-05 08:15:20 -05:00
hacking Forbid importing neutron.tests.* from outside tests subtree 2016-09-15 18:42:45 +00:00
ipam Remove availability range code and model 2016-09-06 17:35:12 +00:00
notifiers Fix deprecation warnings 2016-08-26 22:16:06 -04:00
objects Relocate Segment DB Models 2016-10-05 13:06:39 -05:00
plugins Relocate DNS db models 2016-10-07 21:35:35 +00:00
quota Merge "Except if tracked resource registered as countable" 2016-09-08 07:04:25 +00:00
scheduler Relocate L3HARouter DB model 2016-10-03 11:48:17 -05:00
services Merge "Fix misleading error trace in trunk fullstack life cycle test" 2016-10-07 11:30:55 +00:00
tests tests: catch eventlet.Timeout exception 2016-09-21 13:34:41 +00: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 Make service plugins' get_plugin_type classmethods 2016-06-07 15:33:07 -05: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 Fix deprecation warnings 2016-08-26 22:16:06 -04:00
test_service.py Fix that api_workers=0 doesn't spawn any api workers 2016-07-29 05:40:05 -04:00
test_wsgi.py Get rid of get_engine() in db/api.py 2016-08-12 15:48:17 +03:00
testlib_api.py Switch to neutron-lib for model_base 2016-08-31 11:12:18 -04:00