]> git.puffer.fish Git - mirror/frr.git/commit
tests: add OSPF NSSA topotest 12969/head
authorRenato Westphal <renato@opensourcerouting.org>
Thu, 2 Mar 2023 22:38:52 +0000 (19:38 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 31 Mar 2023 22:28:15 +0000 (19:28 -0300)
commitd613e18eab0194f0991869b65844a26355487178
treee747081a43e5d6a5b3504ba2bd817fb7cb37ba27
parentf07ff222f8683f2f54681bb55b03db830656afe7
tests: add OSPF NSSA topotest

At this point OSPF NSSA deserves a dedicated topotest given the
latest nerd knobs that were added :)

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
54 files changed:
tests/topotests/ospf_nssa_topo1/__init__.py [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt1/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt1/staticd.conf [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt1/step1/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt1/step10/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt1/step2/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt1/step3/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt1/step4/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt1/step5/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt1/step6/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt1/step7/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt1/step8/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt1/step9/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt1/zebra.conf [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt2/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt2/staticd.conf [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt2/step1/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt2/step10/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt2/step2/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt2/step3/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt2/step4/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt2/step5/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt2/step6/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt2/step7/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt2/step8/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt2/step9/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt2/zebra.conf [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt3/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt3/staticd.conf [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt3/step1/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt3/step10/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt3/step2/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt3/step3/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt3/step4/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt3/step5/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt3/step6/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt3/step7/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt3/step8/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt3/step9/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt3/zebra.conf [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt4/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt4/staticd.conf [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt4/step1/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt4/step10/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt4/step2/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt4/step3/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt4/step4/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt4/step5/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt4/step6/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt4/step7/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt4/step8/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt4/step9/show_ip_ospf_route.ref [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/rt4/zebra.conf [new file with mode: 0644]
tests/topotests/ospf_nssa_topo1/test_ospf_nssa_topo1.py [new file with mode: 0644]