neutron/neutron/tests/functional/agent
Slawek Kaplonski c9fae2581f Add some wait time between stopping and starting again ovsdb monitor
In functional tests of the ovsdb_monitor, sometimes during high load
of the host where tests are run, "error" message from the killed process
can be received by neutron's async_process after new process was
already spawned.
And that causes failure of the test as new ovsdb_monitor will not
receive events which are expected.

To workaround that issue this patch adds sleep for few seconds between
stopping old and starting new ovsdb_monitor process.

Closes-Bug: #1907068
Change-Id: Ib37a52a623943ae4b6a4ec829c5d12a74514e86c
(cherry picked from commit 0aa7f5b511)
2021-03-05 09:40:57 +00:00
..
l2 Add "igmp_snooping_enable" config option for OVS agent 2020-06-12 15:03:47 +00:00
l3 "ping"/"ping6" command support in rootwrap filters 2020-09-04 13:28:18 +00:00
linux Add some wait time between stopping and starting again ovsdb monitor 2021-03-05 09:40:57 +00:00
windows Fix pep8 errors 2018-04-12 01:31:55 +09:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_dhcp_agent.py Change ip_lib network namespace code to use pyroute2 2017-10-04 21:09:28 +00:00
test_firewall.py Revert "[Security] fix allowed-address-pair 0.0.0.0/0 issue" 2020-11-17 14:34:08 +00:00
test_l2_lb_agent.py LB Trunk: Stop matching MAC of subport to port model 2017-03-01 14:10:00 +00:00
test_l2_ovs_agent.py Stop OVS agent before starting it again 2019-08-12 12:11:28 +00:00
test_ovs_flows.py of_interface: allow install_instructions to accept string actions 2017-06-30 15:55:33 +09:00
test_ovs_lib.py Fix wrong packet_type set for IPv6 GRE tunnels in OVS 2021-03-03 10:23:26 +00:00