]> git.puffer.fish Git - mirror/frr.git/commit
tests: wait for test client to connect before running test 16523/head
authorChristian Hopps <chopps@labn.net>
Wed, 7 Aug 2024 13:27:57 +0000 (09:27 -0400)
committerChristian Hopps <chopps@labn.net>
Wed, 7 Aug 2024 13:35:52 +0000 (09:35 -0400)
commit2ee9f4d11fad259b3226e386375c2edf072ba28a
tree8ca19ba0edb0083abc6ca7349d8617b3ddb1da1f
parent975e1a36f69e61d45e05e14210bbfd94d8af33b6
tests: wait for test client to connect before running test

Vtysh has been improved to startup very quickly this exposed a race in this
test, where the `clear ip rip...` command ran before the test client that
handles it had finished connecting to mgmtd. Add a retried check for the test
client being connected before issuing the `clear ip rip ...` test command.

Signed-off-by: Christian Hopps <chopps@labn.net>
tests/topotests/mgmt_rpc/test_rpc.py