]> 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)
committerLouis Scalbert <louis.scalbert@6wind.com>
Fri, 30 Aug 2024 12:59:22 +0000 (14:59 +0200)
commit432b60d1949689e4ecff6cacc6bd6a59df8f0b56
treee77d294d6dda1a9a456c64ad86bfe1ca2b2e8228
parent7a082e04f41c6acbef01a266fb8d556395711a36
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