]> git.proxmox.com Git - mirror_frr.git/commit
tests: Add topotest for OSPF SR TI-LFA
authorGalaxyGorilla <sascha@netdef.org>
Tue, 24 Nov 2020 12:01:20 +0000 (12:01 +0000)
committerGalaxyGorilla <sascha@netdef.org>
Tue, 19 Jan 2021 15:32:13 +0000 (15:32 +0000)
commitbe4d276c8918bce41a5aecc49920289862ec9f60
treeecd8a63f3a7c23118da5c60ff273768724bdb500
parenta4553b5bdb79cb16f543c06ebb8dbc0b3b0b268f
tests: Add topotest for OSPF SR TI-LFA

Signed-off-by: GalaxyGorilla <sascha@netdef.org>
17 files changed:
tests/topotests/ospf-tilfa-topo1/__init__.py [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/rt1/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/rt1/step1/show_ip_route_initial.ref [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/rt1/step2/show_ip_route_initial.ref [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/rt1/step2/show_ip_route_link_protection.ref [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/rt1/step3/show_ip_route_initial.ref [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/rt1/step3/show_ip_route_node_protection.ref [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/rt1/zebra.conf [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/rt2/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/rt2/zebra.conf [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/rt3/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/rt3/zebra.conf [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/rt4/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/rt4/zebra.conf [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/rt5/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/rt5/zebra.conf [new file with mode: 0644]
tests/topotests/ospf-tilfa-topo1/test_ospf_tilfa_topo1.py [new file with mode: 0644]