neutron/neutron/tests/fullstack
Rodolfo Alonso Hernandez f2298815a2 Increase waiting time for network rescheduling
Increate waiting time in "test_reschedule_network_on_new_agent", when
the network is being rescheduled from a dead DHCP agent to an running
one.

According to [1], 120 seconds could be a convervative and enough value
to wait for this transition.

[1] https://bugs.launchpad.net/neutron/+bug/1799555/comments/23

Change-Id: I2fec6015b56fd1b5d21b75f7432c40b2110fe6bc
Related-Bug: #1799555
(cherry picked from commit d15ad2e481)
2020-04-07 20:19:28 +00:00
..
cmd Fullstack: init trunk agent's driver only when necessary 2017-11-03 16:49:12 +00:00
resources Increase TestDhcpAgentHA.agent_down_time to 30 seconds 2019-09-06 11:02:40 +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 Check the namespace is ready in test_mtu_update tests 2019-09-16 09:31:34 +00:00
test_connectivity.py Disable IPv6 forwarding by default on HA routers 2018-06-03 19:10:40 +00:00
test_dhcp_agent.py Increase waiting time for network rescheduling 2020-04-07 20:19:28 +00:00
test_l3_agent.py Check the namespace is ready in test_mtu_update tests 2019-09-16 09:31:34 +00:00
test_mtu.py Skip MTU check during deletion of Networks 2018-07-20 10:58:32 +00: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_rebind.py Make port binding attempt after agent is revived 2018-10-23 11:00:50 +02:00
test_qos.py Clear residual qos rules after l2-agent restarts. 2019-01-24 06:43:01 +00:00
test_securitygroup.py [Fullstack] Wait for SG to be applied by L2 agent 2018-06-19 07:11:54 +00:00
test_trunk.py Fullstack: init trunk agent's driver only when necessary 2017-11-03 16:49:12 +00:00
utils.py fullstack: Remove ovsdb_interface config opt 2017-09-27 07:03:17 +00:00

README

Please see neutron/TESTING.rst.