octavia/octavia/tests/unit/amphorae/drivers/haproxy
Gregory Thiemonge 94dea3a4e8 Pass timeout_dict to _get_haproxy_versions
The timeout_dict args was ignored when calling _get_haproxy_versions

_get_haproxy_versions might be the first function (that uses the amphora
API) that is called from rest_api_driver, it should respect the
timeout_dict passed by the tasks of the controller (for instance during
a failover a custom timeout_dict is used in order to optimize the
failover of missing amphorae)

Story 2009761
Task 44232

Change-Id: I48a02780adf54b8d6d3bedada448a4f91e0539ed
(cherry picked from commit 6d6a8bdf6c)
(cherry picked from commit 1da04d126a)
(cherry picked from commit 4e1cc209f7)
(cherry picked from commit f0720d67c6)
(cherry picked from commit bab9a45325)
2022-03-29 14:19:52 +02:00
..
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00
test_exceptions.py Refactor the failover flows 2020-09-08 08:46:57 +00:00
test_rest_api_driver_0_5.py Pass timeout_dict to _get_haproxy_versions 2022-03-29 14:19:52 +02:00
test_rest_api_driver_1_0.py Pass timeout_dict to _get_haproxy_versions 2022-03-29 14:19:52 +02:00
test_rest_api_driver_common.py Refactor the failover flows 2020-09-08 08:46:57 +00:00