]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Remove sleep(60) and look for convergence
authorDonald Sharp <sharpd@nvidia.com>
Sun, 28 Feb 2021 04:02:53 +0000 (23:02 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 2 Mar 2021 18:41:50 +0000 (13:41 -0500)
commit9dfe1acd2ab1b6ceb6bb441822410d3ac131a1db
treeaca2da7baa83ea827667cbb69cbe3ce535603559
parentb1077f0fa270808a2c0b9100bcaea920f6bf942a
tests: Remove sleep(60) and look for convergence

Sleeping when convergence is not guaranteed in 60 seconds
and then testing the rib to see if it has the data is
not a great way to have a test complete all the time.

Modify the code so that we check for convergence
and if we have converged then look in the rib.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/evpn_type5_test_topo1/test_evpn_type5_topo1.py