]> git.proxmox.com Git - mirror_frr.git/commit
tests: validate sid export per-vrf and per-af
authorDmytro Shytyi <dmytro.shytyi@6wind.com>
Fri, 21 Apr 2023 12:24:33 +0000 (14:24 +0200)
committerDmytro Shytyi <dmytro.shytyi@6wind.com>
Fri, 28 Apr 2023 20:51:12 +0000 (22:51 +0200)
commit4eef588ac3441f3dec47b9053c12741846747d53
tree5a5b53294e3191789504e9c788281c8927dc1dd3
parentd7967830ea857e903041897a4d2bbcfe7982485c
tests: validate sid export per-vrf and per-af

Verify activation and desactivation of per-vrf and per-af
sid export. Modify the configuration of r2 and verify that
changes are reflected in r1 and on connectivity between ce1 and c2.

Signed-off-by: Dmytro Shytyi <dmytro.shytyi@6wind.com>
43 files changed:
tests/topotests/bgp_srv6l3vpn_sid/ce1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce1/ipv6_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce2/ipv6_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce3/ipv6_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce4/ipv6_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce5/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce5/ipv6_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce5/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce6/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce6/ipv6_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/ce6/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vpnv6_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf10_afv4_auto_no_sid_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf10_afv4_auto_sid_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf10_afv4_manual_no_sid_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf10_afv4_manual_sid_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf10_afv6_auto_no_sid_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf10_afv6_auto_sid_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf10_afv6_manual_no_sid_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf10_afv6_manual_sid_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf10_pervrf4_auto_sid_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf10_pervrf4_manual_sid_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf10_pervrf6_auto_sid_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf10_pervrf6_manual_sid_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf10_pervrf_auto_no_sid_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf10_pervrf_manual_no_sid_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf10_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/vrf20_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r2/vpnv6_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r2/vrf10_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r2/vrf20_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_sid/test_bgp_srv6l3vpn_sid.py [new file with mode: 0755]