]> git.puffer.fish Git - mirror/frr.git/commit
tests: remove reliance on time.sleep 15904/head
authorChristian Hopps <chopps@labn.net>
Thu, 2 May 2024 10:09:42 +0000 (06:09 -0400)
committerChristian Hopps <chopps@labn.net>
Thu, 2 May 2024 10:10:48 +0000 (06:10 -0400)
commit727633a04602c3bf0073dbf3a3091bfd1d25bd10
tree6e626595e32c796c1ed22ad9fc569434924a6d73
parent2130575b8cd19827d42ca7e9b3706d00e1452e6e
tests: remove reliance on time.sleep

Use proper retry loop to wait for state to converge, not some arbitrary delay.

fixes #15878

Signed-off-by: Christian Hopps <chopps@labn.net>
tests/topotests/mgmt_oper/oper.py
tests/topotests/mgmt_oper/test_oper.py
tests/topotests/mgmt_oper/test_scale.py