You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smoke: make nexthop ageing test more robust on slow machines
The nexthop ageing smoke test could fail intermittently on slow or heavily
loaded machines, where state transitions (like nexthop reachability or
ageing) take slightly longer than expected.
This patch introduces a check_nexthop() helper that polls grcli show ip
nexthop for up to 5 seconds, instead of assuming an immediate state
change. This ensures that the test is tolerant to minor delays without
compromising on correctness.
Signed-off-by: Maxime Leroy <[email protected]>
0 commit comments