]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/lib/topotest.py
tests: Fail tests immediately if they use too low wait/count values
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 18 Nov 2022 15:22:46 +0000 (17:22 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 22 Nov 2022 09:17:04 +0000 (11:17 +0200)
commita5722d5a78c40286bbb68d3b6b611f05e3807683
tree56eecd33234aa3a9afd761f9c0ff8c9007ffc27c
parentc90ff0c4dbc38aa98173561657cd5b549508501a
tests: Fail tests immediately if they use too low wait/count values

This is for run_and_expect_type and run_and_expect topotests method.

Some contributions unintentionally get merged with very low values, that leads
to CI failures, let's guard this a bit.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/lib/topotest.py