]> git.puffer.fish Git - mirror/frr.git/commit
tests: Speed up topotests by being more aggressive 7066/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 9 Sep 2020 03:04:42 +0000 (23:04 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 12 Sep 2020 00:20:42 +0000 (20:20 -0400)
commit9fa352cfb71bd87973c4119fb77c713b3d6712f0
treeb9c22beda2c211ac5c8e1a1587c7a4b167f03136
parent2db7c1b4366b3a850dad3f25d76ba3fb5721fb24
tests: Speed up topotests by being more aggressive

We have a bunch of tests that wait *then* check a command for success/failure.
Modify the tests to check *first* then to wait.  This reduces test
run times on my system by ~1400 seconds for a full run.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/lib/bgp.py
tests/topotests/lib/common_config.py