neutron/neutron/tests/functional
Hong Hui Xiao cea149212e Add fip nat rules even if router disables shared snat
For legacy router, there are some iptables rules added for external gateway
port. Some of these rules are for shared snat, some are for floating ip.

When user disables shared snat of router gateway, some of the iptables rules
that floating ip needs will not be added to router. This will cause the
reported bug, ping floating ip but reply with fixed ip.

The fix will add the iptables rules that floating ip needs, no matter if
router enables shared snat. A functional test is also added for the issue.

Change-Id: I3cf4dff90f47a720a2e6a92c9ede2bc067ebd6e7
Closes-Bug: #1551530
2016-03-08 09:21:34 +00:00
..
agent Add fip nat rules even if router disables shared snat 2016-03-08 09:21:34 +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 Correct Pecan extensions test 2016-03-02 19:41:58 -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 Fix module's import order 2016-01-22 06:38:42 -08:00
services BGP Dynamic Routing: introduce BgpDrScheduler model 2016-02-12 14:17:57 +05:30
__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