]> git.puffer.fish Git - mirror/frr.git/commit
tests: fix nhs1 down check in nhrp_redundancy
authorLouis Scalbert <louis.scalbert@6wind.com>
Fri, 30 Aug 2024 12:12:27 +0000 (14:12 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Fri, 30 Aug 2024 14:24:53 +0000 (16:24 +0200)
commit9aa78070e0048ec54c07726b8a5bd3b33331257b
treebb2669abbbbb493aeb2dc6dd95c078bb78c5c9e8
parentdf630bbc3ee57cffffbce07f20f9c77056e16e51
tests: fix nhs1 down check in nhrp_redundancy

Fully check the NHRP convergence after setting nhs1 down. Otherwise the
ping may pass because the previous shortcut is still present.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
tests/topotests/nhrp_redundancy/nhc1/nhrp_cache_nhs1_down.json [new file with mode: 0644]
tests/topotests/nhrp_redundancy/nhc1/nhrp_route_shortcut_nhs1_down.json [new file with mode: 0644]
tests/topotests/nhrp_redundancy/nhc2/nhrp_cache_nhs1_down.json [new file with mode: 0644]
tests/topotests/nhrp_redundancy/nhc2/nhrp_route_nhs1_down.json [new file with mode: 0644]
tests/topotests/nhrp_redundancy/nhs2/nhrp_cache_nhs1_down.json [new file with mode: 0644]
tests/topotests/nhrp_redundancy/nhs2/nhrp_route_nhs1_down.json [new file with mode: 0644]
tests/topotests/nhrp_redundancy/nhs3/nhrp_cache_nhs1_down.json [new file with mode: 0644]
tests/topotests/nhrp_redundancy/nhs3/nhrp_route_nhs1_down.json [new file with mode: 0644]
tests/topotests/nhrp_redundancy/test_nhrp_redundancy.py