]> git.proxmox.com Git - mirror_frr.git/commit
tests: extend the isisd SR topotest to test Anycast-SIDs as well
authorRenato Westphal <renato@opensourcerouting.org>
Wed, 23 Sep 2020 04:49:00 +0000 (01:49 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 23 Oct 2020 13:31:39 +0000 (10:31 -0300)
commit6a95513d54be3c6561969c59ece35d44d0e2c8af
treef4f49d89a823076d88e4c3a24ce92bad8fefd748
parent01983712cc8f000d97ef2385a7f1fc3a8b79891c
tests: extend the isisd SR topotest to test Anycast-SIDs as well

Add the following Anycast-SIDs on routers rt4 and rt5:
* segment-routing prefix 10.10.10.10/32 index 100 no-php-flag n-flag-clear
* segment-routing prefix 2001:db8:1000::10/128 index 101 no-php-flag n-flag-clear

The updated JSON data will then check whether the Anycast-SIDs are
being processed as expected (e.g. rt1 should use ECMP to rt2 and rt3,
rt2 should use rt4 only as it's directly connected, etc).

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
171 files changed:
tests/topotests/isis-sr-topo1/rt1/step1/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt1/step1/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt1/step1/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt1/step10/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt1/step10/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt1/step10/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt1/step2/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt1/step2/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt1/step2/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt1/step3/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt1/step3/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt1/step3/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt1/step4/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt1/step4/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt1/step4/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt1/step5/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt1/step5/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt1/step5/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt1/step6/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt1/step6/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt1/step6/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt1/step7/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt1/step7/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt1/step7/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt1/step8/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt1/step8/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt1/step8/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt1/step9/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt1/step9/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt1/step9/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt2/step1/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt2/step1/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt2/step1/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt2/step10/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt2/step10/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt2/step10/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt2/step2/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt2/step2/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt2/step2/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt2/step3/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt2/step3/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt2/step3/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt2/step4/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt2/step4/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt2/step4/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt2/step5/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt2/step5/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt2/step5/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt2/step6/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt2/step6/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt2/step6/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt2/step7/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt2/step7/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt2/step7/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt2/step8/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt2/step8/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt2/step8/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt2/step9/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt2/step9/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt2/step9/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt3/step1/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt3/step1/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt3/step1/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt3/step10/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt3/step10/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt3/step10/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt3/step2/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt3/step2/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt3/step2/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt3/step3/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt3/step3/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt3/step3/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt3/step4/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt3/step4/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt3/step4/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt3/step5/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt3/step5/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt3/step5/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt3/step6/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt3/step6/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt3/step6/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt3/step7/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt3/step7/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt3/step7/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt3/step8/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt3/step8/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt3/step8/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt3/step9/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt3/step9/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt3/step9/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt4/isisd.conf
tests/topotests/isis-sr-topo1/rt4/step1/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt4/step1/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt4/step1/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt4/step10/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt4/step10/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt4/step10/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt4/step2/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt4/step2/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt4/step2/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt4/step3/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt4/step3/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt4/step3/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt4/step4/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt4/step4/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt4/step4/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt4/step5/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt4/step5/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt4/step5/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt4/step6/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt4/step6/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt4/step6/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt4/step7/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt4/step7/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt4/step7/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt4/step8/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt4/step8/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt4/step8/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt4/step9/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt4/step9/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt4/step9/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt4/zebra.conf
tests/topotests/isis-sr-topo1/rt5/isisd.conf
tests/topotests/isis-sr-topo1/rt5/step1/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt5/step1/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt5/step10/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt5/step10/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt5/step2/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt5/step2/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt5/step3/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt5/step3/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt5/step4/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt5/step4/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt5/step5/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt5/step5/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt5/step6/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt5/step6/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt5/step7/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt5/step7/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt5/step8/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt5/step8/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt5/step9/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt5/step9/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt5/zebra.conf
tests/topotests/isis-sr-topo1/rt6/step1/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt6/step1/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt6/step1/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt6/step10/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt6/step10/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt6/step10/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt6/step2/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt6/step2/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt6/step2/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt6/step4/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt6/step4/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt6/step4/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt6/step5/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt6/step5/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt6/step5/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt6/step6/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt6/step6/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt6/step6/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt6/step7/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt6/step7/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt6/step7/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt6/step8/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt6/step8/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt6/step8/show_mpls_table.ref
tests/topotests/isis-sr-topo1/rt6/step9/show_ip_route.ref
tests/topotests/isis-sr-topo1/rt6/step9/show_ipv6_route.ref
tests/topotests/isis-sr-topo1/rt6/step9/show_mpls_table.ref