neutron/neutron/tests/contrib
LIU Yulong 20f8271b6b Prevent some L3 ports change IP address
Some L3 ports can directly modify the IP address now,
but there are some types of device_owner, for instance
network:router_centralized_snat, should not allow to
change the IP address, otherwise it will increase L3
agent code complexity.

Since router public gateway port is related to the
external network, and this port can be used for some
service, like VPN. So after this patch we will only
allow the gateway port to update the IP address
directly, aka device_owner network:router_gateway.

The following l3 router ports will not be allowed to
directly update the IP address:
  network:ha_router_replicated_interface
  network:router_centralized_snat
  network:router_ha_interface
  network:router_interface
  network:router_interface_distributed

Remove one unit test case since it will not occur in
neutron.

Change-Id: I2890a71abc82cb781b601afb879bdcca10e39257
Closes-Bug: #1796824
2018-12-13 14:24:23 +00:00
..
hooks Prevent some L3 ports change IP address 2018-12-13 14:24:23 +00:00
README Drop functional/contrib directory 2015-01-06 12:21:55 -08:00
gate_hook.sh Add propagate_uplink_status to port 2018-11-29 19:33:16 +00:00
post_test_hook.sh Fix post gate hook to accommodate for new os-testr 2017-09-12 14:20:12 -06:00
testing.filters Use rootwrap for fullstack test runner 2017-06-08 18:42:47 +00:00

README

The files in this directory are intended for use by the
Neutron infra jobs that run the various functional test
suites in the gate.