neutron/neutron/tests/fullstack
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
..
agents SimpleInterfaceMonitor filter events by bridge name 2020-11-11 08:59:31 +00:00
resources Change fullstack dhclient lease file to tmp folder 2021-07-05 19:05:12 +08:00
schedulers HA race condition test for DHCP scheduling 2019-11-18 14:09:32 +01:00
servers Remove "six" library 2020-07-28 16:55:52 +00:00
README Moved fullstack test doc content to TESTING.rst 2015-12-03 17:02:54 -05:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py [Fullstack] Add segmentation_id update test 2021-04-27 07:41:34 +00:00
test_agent_bandwidth_report.py Enhance agent's resources_synced check 2020-02-11 15:09:24 +01:00
test_connectivity.py Merge "Mark fullstack test_l2_agent_restart as unstable" 2021-06-10 21:53:33 +00:00
test_dhcp_agent.py [fullstack] Use delete_port attribute of destroy VM 2021-01-18 12:53:46 +01:00
test_firewall.py Drop of_interface option 2019-05-24 10:33:48 +02:00
test_l3_agent.py Use 2 dhcp agents in TestLegacyL3Agent 2021-06-08 15:15:08 +03:00
test_logging.py Drop of_interface option 2019-05-24 10:33:48 +02:00
test_mtu.py Check mtu on network update 2019-12-16 15:04:47 +00:00
test_ovs_dhcp_extension.py Add fullstack test case for OVS DHCP extension 2021-06-28 17:27:47 +08:00
test_port_shut_down.py [OVS] Shut down the port on changing the admin-state to false 2018-01-04 01:44:01 -05:00
test_ports_api.py Rehome api tests for propagate_uplink_status 2020-10-13 10:57:57 +00:00
test_ports_binding.py [Follow Up] Add Smart NIC representor port to integration bridge 2019-06-24 06:58:18 +00:00
test_ports_rebind.py Make port binding attempt after agent is revived 2018-10-22 18:43:33 +02:00
test_qos.py Add minimum bw qos rule validation for network 2021-02-19 11:26:40 +03:00
test_securitygroup.py Add normalized_cidr column to SG rules 2021-01-07 12:23:59 +01:00
test_segmentation_id.py [Fullstack] Add segmentation_id update test 2021-04-27 07:41:34 +00:00
test_subnet.py Using 31-Bit and 32-Bit prefixes for IPv4 reasonably 2021-06-09 07:35:54 +00:00
test_trunk.py Fullstack: init trunk agent's driver only when necessary 2017-11-03 16:49:12 +00:00

README

Please see neutron/TESTING.rst.