]> git.puffer.fish Git - mirror/frr.git/commit
tests: Make test_ldp_topo1.py aware of how many neighbors it needs
authorDonald Sharp <sharpd@nvidia.com>
Fri, 22 Oct 2021 18:18:33 +0000 (14:18 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 22 Oct 2021 18:18:33 +0000 (14:18 -0400)
commite5369c471b46c081dc4a2fc8bf114910797c089f
treeacf8cd241696f0cebb623d6953027bc7a7864d44
parent6d2edff594d23e8938c31a80ebd865be5f7ac1bc
tests: Make test_ldp_topo1.py aware of how many neighbors it needs

On a local CI run.  The test_ldp_topo1.py showed fail to converge
on r3.  r3 has 2 neighbors but only 1 was up when we got to
further steps in the test suites.

Modify the neighbor checking to `know` how many neighbors
should be operational and continue looking for them until
they are up and running.

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