neutron/neutron/tests/functional/agent
Slawek Kaplonski bd8dddd41a 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:29:02 +00:00
..
common Merge "[GRE] Add possibility to create GRE tunnels over IPv6" into stable/victoria 2021-01-18 13:39:16 +00:00
l2 Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00
l3 Fix deletion of rfp interfaces when router is re-enabled 2021-02-22 02:01:10 +00:00
linux Add some wait time between stopping and starting again ovsdb monitor 2021-03-05 09:29:02 +00:00
ovn [OVN] Ensure metadata checksum 2021-01-28 11:42:30 +00:00
ovsdb Set OVS manager command timeout and inactiviy probe 2020-07-16 15:56:27 +00:00
windows All functional tests logs results now 2018-11-21 19:58:18 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_dhcp_agent.py metadata-ipv6: DHCP namespace 2020-08-31 13:02:39 +02:00
test_firewall.py [Security] fix allowed-address-pair 0.0.0.0/0 issue 2020-03-21 17:54:34 +08:00
test_l2_lb_agent.py Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00
test_l2_ovs_agent.py Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00
test_ovs_flows.py Make DVR router support FLAT network for ovs-agent 2020-06-08 12:13:22 +00:00
test_ovs_lib.py [GRE] Add possibility to create GRE tunnels over IPv6 2020-12-18 15:13:19 +00:00