]> git.puffer.fish Git - mirror/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)
committerLouis Scalbert <louis.scalbert@6wind.com>
Fri, 30 Aug 2024 14:24:52 +0000 (16:24 +0200)
commitdf630bbc3ee57cffffbce07f20f9c77056e16e51
tree24abbb31808b48786c18bfce702489f7b8536134
parentdbd888cce6665631a3db1f45ab5d084159878172
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>
tests/topotests/nhrp_redundancy/nhc1/nhrp_route_nhs1_down.json [new file with mode: 0644]
tests/topotests/nhrp_redundancy/test_nhrp_redundancy.py