Files
ironic-python-agent/ironic_python_agent/tests
Iury Gregory Melo Ferreira c023bfc798 Retry in ProxyError during post inspector data
* ProxyError is derived from ConnectionError, but it's necessary
to check the Response object to identify.

- Added ProxyError in retry_if_exception_type
- Updated _post_to_inspector to proper handle ProxyError
- Updated the wait to use wait_exponential instead of wait_fixed.

Closes-Bug: 2045429
Change-Id: Iefe3fe581cd4e7c91a0da708e6f6d0fdaacab6fe
(cherry picked from commit 801da9ec1f)
2023-12-07 10:38:06 +00:00
..