]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Add `isis_srv6_topo1` test for IS-IS SRv6
authorCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Tue, 13 Dec 2022 15:15:21 +0000 (16:15 +0100)
committerCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Mon, 11 Sep 2023 20:11:58 +0000 (22:11 +0200)
commit6d22a6e5db1887c0ef91a4da3da479f049421ddb
treed2da68b2252661a7f72765b4a8706030753406fc
parent0078f6f53a3cd5f7e23495c1a92d5c5c42b3f03b
tests: Add `isis_srv6_topo1` test for IS-IS SRv6

Add a new topotest `isis_srv6_topo1` for verifying SRv6 functionalities
in IS-IS (RFC 9352).

This topotest consists of nine tests:

* Network convergence after applying SRv6 configuration
* Disable SRv6 Locator on zebra on r1
* Enable SRv6 Locator on zebra on r1
* Disable SRv6 Locator on ISIS on r1
* Enable SRv6 Locator on ISIS on r1
* Disable SRv6 on ISIS on r1
* Enable SRv6 on ISIS on r1
* Disable SRv6 on zebra on r1
* Enable SRv6 on zebra on r1

Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
233 files changed:
tests/topotests/isis_srv6_topo1/dst/sharpd.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/dst/zebra.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/isisd.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/sharpd.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step1/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step1/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step2/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step2/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step2/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step3/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step3/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step3/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step4/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step4/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step4/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step4/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step5/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step5/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step5/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step5/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step6/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step6/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step6/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step6/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step7/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step7/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step7/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step7/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step8/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step8/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step8/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step8/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step9/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step9/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step9/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/step9/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt1/zebra.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/isisd.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step1/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step1/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step2/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step2/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step2/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step3/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step3/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step3/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step4/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step4/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step4/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step4/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step5/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step5/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step5/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step5/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step6/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step6/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step6/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step6/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step7/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step7/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step7/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step7/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step8/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step8/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step8/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step8/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step9/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step9/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step9/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/step9/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt2/zebra.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/isisd.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step1/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step1/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step2/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step2/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step2/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step3/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step3/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step3/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step4/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step4/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step4/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step4/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step5/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step5/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step5/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step5/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step6/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step6/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step6/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step6/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step7/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step7/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step7/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step7/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step8/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step8/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step8/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step8/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step9/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step9/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step9/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/step9/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt3/zebra.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/isisd.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step1/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step1/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step2/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step2/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step2/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step3/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step3/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step3/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step4/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step4/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step4/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step4/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step5/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step5/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step5/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step5/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step6/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step6/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step6/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step6/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step7/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step7/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step7/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step7/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step8/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step8/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step8/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step8/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step9/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step9/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step9/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/step9/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt4/zebra.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/isisd.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step1/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step1/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step2/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step2/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step2/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step3/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step3/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step3/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step4/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step4/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step4/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step4/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step5/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step5/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step5/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step5/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step6/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step6/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step6/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step6/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step7/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step7/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step7/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step7/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step8/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step8/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step8/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step8/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step9/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step9/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step9/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/step9/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt5/zebra.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/isisd.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/sharpd.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step1/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step1/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step2/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step2/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step2/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step3/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step3/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step3/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step4/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step4/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step4/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step4/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step5/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step5/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step5/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step5/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step6/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step6/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step6/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step6/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step7/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step7/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step7/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step7/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step8/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step8/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step8/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step8/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step9/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step9/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step9/show_srv6_locator_table.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/step9/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/rt6/zebra.conf [new file with mode: 0644]
tests/topotests/isis_srv6_topo1/test_isis_srv6_topo1.py [new file with mode: 0644]