network/library
Rich Megginson 2f9b128e2b fix: correctly retry device read when device is unstable
Cause: The retry loop for reading from a device would bail out of the loop
before retrying because the loop should have used a greater-than-or-equal
to test the retry condition rather than a less-than.

Consequence: If the device is not stable, the loop would bail and issue
an exception rather than trying to retry the read.

Fix: Use the correct loop condition.

Result: The network role can correctly retry the read when the device
is unstable.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2026-05-26 07:17:56 -06:00
..
__init__.py Add Pytest integration tests 2020-08-24 21:52:25 +02:00
network_connections.py fix: correctly retry device read when device is unstable 2026-05-26 07:17:56 -06:00
network_state.py ci: Use supported ansible-lint action; run ansible-lint against the collection 2024-01-05 17:36:07 -07:00
sr_fingerprint.py feat: add role fingerprints to syslog 2026-04-27 08:55:57 -06:00