]> git.puffer.fish Git - mirror/frr.git/commit
topotests: isis-lfa add a switchover test after BFD down 10962/head
authorLouis Scalbert <louis.scalbert@6wind.com>
Fri, 20 May 2022 13:15:03 +0000 (15:15 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Tue, 24 May 2022 08:06:05 +0000 (10:06 +0200)
commitc8d2816ee5245ac2a13cbb36299f2f0c23f226e3
treecd7fc8d0e8c2696734cc8498982986786d5bb1c6
parent9cdc099bb5d1fa0c3949847759469bfc444a885c
topotests: isis-lfa add a switchover test after BFD down

Add a switchover test that consists in:
- Setting up ISIS BFD between rt1 and rt2
- The no link-detect setting on rt1 eth-rt2 is still present so that
  zebra does not take account linkdown events on this interface.
- Shutting down rt1 eth-rt2 from the switch side
- Wait for BFD to comes down

Check that the switchover between primary and backup happens before the
SPF re-computation.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
tests/topotests/isis_lfa_topo1/rt1/bfdd.conf [new file with mode: 0644]
tests/topotests/isis_lfa_topo1/rt2/bfdd.conf [new file with mode: 0644]
tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py