]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Add topotest bgp_vrf_leaking_5549_routes
authorRyoga Saito <ryoga.saito@linecorp.com>
Tue, 6 Dec 2022 17:27:16 +0000 (02:27 +0900)
committerRyoga Saito <ryoga.saito@linecorp.com>
Thu, 8 Dec 2022 22:13:54 +0000 (07:13 +0900)
commit2b0efccd057752a14e88c71f142a5b8bc0ad93a8
tree246e0d176160e19aa060be4ad0760b00be0618ab
parentf784007d677ee20e4dbd20366928652be2a0b23c
tests: Add topotest bgp_vrf_leaking_5549_routes

To verify previous changes, this PR introduces topotest to verify
whether imported routes learnt from BGP unnumbered peers will be active
on VPN RIB and other VRF RIB.

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