neutron/neutron/tests/functional
Oleg Bondarev 251d6803eb DVR: handle floating IP reassociation on the same host
The case when floating IP is reassociated from one VM to another
on the same host without doing disassociation, was not properly handled:
l3 dvr agent only checked that the floating address was present on the
device in router namespace and considered floating IP confiigured correctly.
This patch adds fip_mapping to router object so fixed IP change can be
detected and handled.

Closes-Bug: #1599089
(cherry picked from commit b8a2cb8132)

Conflicts:
	neutron/tests/functional/agent/l3/test_dvr_router.py
Change-Id: I25c23bb9ad7b9a9b90f225f37417142e2304deb8
2016-07-14 16:38:04 +00:00
..
agent DVR: handle floating IP reassociation on the same host 2016-07-14 16:38:04 +00:00
api Fix module's import order 2016-01-22 06:38:42 -08:00
cmd get_device_by_ip: don't fail if device was deleted 2015-10-22 19:27:10 +03:00
common Switch to using neutron.common.utils:replace_file() 2015-11-16 08:44:04 +01:00
db Add UniqueConstraint in L3HARouterAgentPortBinding 2016-01-29 19:47:45 +03:00
pecan_wsgi Pecan: Allow unauthenticated version listing 2016-03-11 16:45:28 -08:00
plugins macvtap: Macvtap L2 Agent 2016-02-26 15:48:01 +00:00
sanity Check missed ip6tables utility 2016-01-04 19:19:56 +08:00
scheduler Add ALLOCATING state to routers 2016-04-14 06:28:33 +00:00
services DVR: Fix allowed_address_pair port binding with delayed fip 2016-06-13 18:54:46 +00:00
__init__.py Prepare for full stack CI job 2015-06-22 11:47:54 -04:00
base.py Retain logs for functional test cases 2015-09-03 10:50:38 -04:00
requirements.txt More instructions for neutron-db-manage revision --autogenerate 2015-11-08 19:42:56 -05:00
test_server.py Fix module's import order 2016-01-22 06:38:42 -08:00
test_service.py Use SIGUSR1 to notify l3 agent of changing prefix file 2015-11-13 17:53:47 +03:00