]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Add topotest bgp_srv6l3vpn_route_leak
authorRyoga Saito <ryoga.saito@linecorp.com>
Tue, 20 Dec 2022 08:58:30 +0000 (17:58 +0900)
committerRyoga Saito <ryoga.saito@linecorp.com>
Tue, 20 Dec 2022 11:07:44 +0000 (20:07 +0900)
commit4d85efb0d35a504b65e7ae4574fcfbd733ecbcb3
treeaf4a97891dca255d0dedf2ddc43b01f33d1d5a2a
parentdb656439310b4064eddd9980ad06db28e7cfb3c1
tests: Add topotest bgp_srv6l3vpn_route_leak

To verify previous changes, this PR adds topotest to verify whether
imported routes redistributed will be active on other VRF RIB.

Signed-off-by: Ryoga Saito <ryoga.saito@linecorp.com>
tests/topotests/bgp_srv6l3vpn_route_leak/ce1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_route_leak/ce1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_route_leak/pe1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_route_leak/pe1/results/default_ipv4_vpn.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_route_leak/pe1/results/vrf10_ipv4_unicast.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_route_leak/pe1/results/vrf20_ipv4.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_route_leak/pe1/results/vrf20_ipv4_unicast.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_route_leak/pe1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_route_leak/test_bgp_srv6l3vpn_route_leak.py [new file with mode: 0755]