neutron/neutron/agent/common
elajkat 0ae432e717 Fullstack: Wait placement process fixtrue to really stop
It seems that in test test_configurations_are_synced_towards_placement
when the fake placement process is stopped it can take longer and
the test restarts the agent before it is really dead.
In this case neutron-server can report the status and the agent's
'resources_synced' field is True when the tests checks it.

A simple workaround for this can be to check if the AsyncProcess
class' _is_running property is False.

Closes-Bug: #1856319
Change-Id: Ia4c25110ee5a7b7539407d3531f559555fec50cc
2023-01-25 14:00:49 +01:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
async_process.py Fullstack: Wait placement process fixtrue to really stop 2023-01-25 14:00:49 +01:00
base_polling.py OVS agent support on Hyper-V 2015-03-25 13:48:33 -07:00
ip_lib.py Fix neutron-openvswitch-agent Windows support 2018-07-18 14:41:21 +03:00
ovs_lib.py Fix some pylint indentation warnings 2022-12-01 16:22:24 +00:00
ovsdb_monitor.py Fix unused 'timeout' in OvsdbMonitor start 2021-01-28 13:41:38 +00:00
placement_report.py Allow shared resources between physical and tunnelled networks 2023-01-17 10:20:52 +00:00
polling.py Use ovs constants from neutron-lib 2022-06-17 10:36:44 +05:30
resource_processing_queue.py Improve terminology in the Neutron tree 2020-08-19 16:47:53 -04:00
utils.py Support for minimum bandwidth rules in tunnelled networks 2023-01-02 11:14:50 +00:00