]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add topotest bgp_vrf_leaking_5549_routes 12545/head
authorRyoga Saito <ryoga.saito@linecorp.com>
Tue, 6 Dec 2022 17:27:16 +0000 (02:27 +0900)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Mon, 19 Dec 2022 21:29:49 +0000 (21:29 +0000)
commitc16d0acc3d30eebbd597d4a55cffd9a5170d357d
tree791d2a20833cc003044174dcb8acaf48d6b8f101
parent07a809a704d9ff5a4500a938f57874278698e443
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>
(cherry picked from commit 2b0efccd057752a14e88c71f142a5b8bc0ad93a8)
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]