neutron/neutron/tests/fullstack
Sławek Kapłoński 69cab95e02 [Fullstack] Add block test until IPs will be really configured
In securitygroups fullstack test dhcp agent is used to configure
IP addresses inside FakeMachines.
During preparation to test, when such fake vms are created,
they are only blocked until boot - so until port becomes ACTIVE
in Neutron's database.
This patch adds also blocking vms until IP address is really
configured on each of such VMs.
If IP address will be not configured then we should at least have
better error message then error that nc process cannot be started.

Change-Id: I709b1489132edba932a4c73bea60f810c26011fa
Related-Bug: #1744402
(cherry picked from commit 1e49eab250)
2018-06-08 08:41:59 +00:00
..
resources [Fullstack] Limit number of Neutron's api workers 2018-06-01 09:23:58 +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: Log testrunner again 2016-07-15 05:31:27 -04:00
test_connectivity.py Connectivity tests for OVS agent failures/restarts 2017-05-05 17:03:05 +00:00
test_dhcp_agent.py Fullstack tests for DHCP agent HA 2017-01-04 22:48:46 +00:00
test_l3_agent.py test_ha_router: wait until two agents are scheduled 2017-09-07 01:45:46 +00:00
test_qos.py Revert "Linux Bridge: driver support for QoS egress minimum bandwidth" 2017-02-10 04:34:21 +00:00
test_securitygroup.py [Fullstack] Add block test until IPs will be really configured 2018-06-08 08:41:59 +00:00
test_trunk.py Change default exception in wait_until_true 2017-01-09 05:37:27 -05:00
utils.py fullstack: execute qos tests for all ovsdb/of interface permutations 2016-09-17 03:00:31 +00:00

README

Please see neutron/TESTING.rst.