]> git.puffer.fish Git - mirror/frr.git/commit
tests: add IS-IS RLFA topotest
authorRenato Westphal <renato@opensourcerouting.org>
Mon, 7 Dec 2020 16:17:42 +0000 (13:17 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Sat, 9 Jan 2021 01:22:11 +0000 (22:22 -0300)
commitef8e91d4a2029d83438f074421ee537819c6fe91
tree2ba2736fa5f950da59daedef908fccb1b4e6b8ab
parentc40de2944847e549d5c28f850037d8083c7d14af
tests: add IS-IS RLFA topotest

Add new RLFA topotest that tests all RLFA configuration knobs and
how isisd and ldpd react to various configuration changes that can
occur in the network.

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