]> git.puffer.fish Git - matthieu/frr.git/commit
tests: add IS-IS classic LFA topotest
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 20 Nov 2020 15:43:27 +0000 (12:43 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Tue, 24 Nov 2020 23:15:52 +0000 (20:15 -0300)
commit66e5fbe08f1e7107d0b9f79b50ffd269c1ea97bc
tree2139b9dcdc8d875be8470c7ab79b7be9a429a40b
parentc8a4f331957ff49f2455837efcc5c43e0cb779f0
tests: add IS-IS classic LFA topotest

This new topotest comprises of 13 testing steps and tests essentially
all implemented LFA knobs.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
42 files changed:
tests/topotests/isis-lfa-topo1/__init__.py [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/isisd.conf [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/step10/show_ipv6_route.ref.diff [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/step11/show_ipv6_route.ref.diff [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/step12/show_ipv6_route.ref.diff [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/step13/show_ipv6_route.ref.diff [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/step2/show_ipv6_route.ref.diff [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/step3/show_ipv6_route.ref.diff [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/step4/show_ipv6_route.ref.diff [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/step5/show_ipv6_route.ref.diff [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/step6/show_ipv6_route.ref.diff [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/step7/show_ipv6_route.ref.diff [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/step8/show_ipv6_route.ref.diff [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/step9/show_ipv6_route.ref.diff [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt1/zebra.conf [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt2/isisd.conf [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt2/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt2/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt2/zebra.conf [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt3/isisd.conf [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt3/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt3/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt3/zebra.conf [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt4/isisd.conf [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt4/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt4/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt4/zebra.conf [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt5/isisd.conf [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt5/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt5/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt5/zebra.conf [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt6/isisd.conf [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt6/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt6/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt6/zebra.conf [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt7/isisd.conf [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt7/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt7/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/rt7/zebra.conf [new file with mode: 0644]
tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py [new file with mode: 0755]