neutron/neutron/tests/functional/services/portforwarding
Slawek Kaplonski 56ac61fac0 Use subnet without dhcp in portforwarding functional tests
In functional tests of portforwarding service plugin, there are
some new IP addresses from existing subnet used in couple of tests.
Recently we added specific function which should always find some
unused IP address to not fail tests because of IP address conflicts.

Unfortunatelly IP allocation of DHCP port is done "in background"
when port is created and I saw at least once in logs that IP address
found by _find_new_ip() method was the same IP which was allocated
to DHCP port in the meantime.

To avoid such problems in the future this patch disables dhcp for
subnet created in this test module. It is not necessary for this
tests and will avoid allocating one additional IP address by neutron
server.

Change-Id: I2766ffe1851e1efa93382a6d4698be0b5d31c96c
2019-02-19 13:03:00 +00:00
..
__init__.py [server side] Floating IP port forwarding plugin 2018-07-26 11:43:34 +08:00
test_port_forwarding.py Use subnet without dhcp in portforwarding functional tests 2019-02-19 13:03:00 +00:00