]> git.puffer.fish Git - matthieu/frr.git/commit
tests: fix topotest polling log
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 27 Apr 2021 23:52:58 +0000 (02:52 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 27 Apr 2021 23:52:58 +0000 (02:52 +0300)
commit8d3dab20b56e5bd4fdef181e145b03bb6721703f
tree63e8999c205484b6a44f3df3813edccc2249497d
parentd8c3daca19add1c3cedea05e9a30fb33f2b4e9ad
tests: fix topotest polling log

The current log prints maximum wait time which is not actually correct,
because it doesn't include the command execution time. We usually have
"failed after X seconds" log with X being far longer than this maximum.

Let's print the maximum number of tries instead.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
tests/topotests/lib/topotest.py