]> git.puffer.fish Git - matthieu/frr.git/commit
tests: fix nhc1 route check after nhs1 down
authorLouis Scalbert <louis.scalbert@6wind.com>
Fri, 30 Aug 2024 12:08:51 +0000 (14:08 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Mon, 2 Sep 2024 11:18:15 +0000 (11:18 +0000)
commit8a79cc4a0a79d512e6e7414ee41f1091b8e0f730
treed6fcbefe7e394ed5ba3d568c46e64a224b13a620
parentce233789f26a09b00b863108bd457b0ccd1cbb9d
tests: fix nhc1 route check after nhs1 down

After setting down nhs1, the test is checking that nhc1 routing table
matches routes in nhc1/nhrp_route.json. It is incorrect because it
checks that the NHRP route to nhs1 is still present but it should have
disappeared.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
(cherry picked from commit df630bbc3ee57cffffbce07f20f9c77056e16e51)
tests/topotests/nhrp_redundancy/nhc1/nhrp_route_nhs1_down.json [new file with mode: 0644]
tests/topotests/nhrp_redundancy/test_nhrp_redundancy.py