neutron/neutron/tests/fullstack/resources
LIU Yulong 3b46df4847 Change fullstack dhclient lease file to tmp folder
Each cases are sharing the common lease path for dhclient,
for instance, in CentOS it is: /var/lib/dhclient/dhclient.leases.
That means all fullstack cases will use this file to store
fake VM's NIC DHCP lease information.

After run several times of fullstack cases, the dhclient will
get failed to set the test fake VM port's IP due to the mess
settings in this file.

This patch sets each fake VM's NIC lease file path to the
tmp folder with it's port id.

This may fix some cases that cannot set the IP addr to the test
device properly via DHCP.

Closes-Bug: #1934646
Change-Id: Ia87fa7c08df473acbcf1600035d99a83ed4b4375
2021-07-05 19:05:12 +08:00
..
__init__.py Define fullstack router/network/subnet management fixture 2015-07-21 23:33:19 +02:00
client.py Add fullstack test case for OVS DHCP extension 2021-06-28 17:27:47 +08:00
config.py Refactor DHCP common config options 2021-06-29 08:46:54 +08:00
environment.py Add fullstack test case for OVS DHCP extension 2021-06-28 17:27:47 +08:00
machine.py Change fullstack dhclient lease file to tmp folder 2021-07-05 19:05:12 +08:00
process.py Add process name to AsyncProcess 2020-11-06 09:17:52 +00:00