network/tests/unit
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
..
test_network_connections.py fix: correctly retry device read when device is unstable 2026-05-26 07:17:56 -06:00
test_nm_provider.py test: ensure role gathers the facts it uses by having test clear_facts before include_role 2026-03-19 10:47:09 -06:00