]> git.puffer.fish Git - mirror/frr.git/commit
topotests: Add check of imported routes for bgp_evpn_rt5 18656/head
authorXiao Liang <shaw.leon@gmail.com>
Tue, 15 Apr 2025 08:34:20 +0000 (16:34 +0800)
committerXiao Liang <shaw.leon@gmail.com>
Fri, 18 Apr 2025 01:51:53 +0000 (09:51 +0800)
commit9c6e6a35d470473c8320b8b2af09587bbec1a3f3
treefac01df36d8a6a6f90d3fb2df9ccd6edb55bab80
parentb336388d4afa2ab1e39cb130ffde0a85e87f13e3
topotests: Add check of imported routes for bgp_evpn_rt5

In bgp_evpn_rt5, check if EVPN routes are correctly imported to VRF.
Note that EVPN and RT extended communities should have been stripped.

Signed-off-by: Xiao Liang <shaw.leon@gmail.com>
tests/topotests/bgp_evpn_rt5/r1/bgp_vrf_ipv4_routes_detail.json [new file with mode: 0644]
tests/topotests/bgp_evpn_rt5/r1/bgp_vrf_ipv6_routes_detail.json [new file with mode: 0644]
tests/topotests/bgp_evpn_rt5/r2/bgp_vrf_ipv4_routes_detail.json [new file with mode: 0644]
tests/topotests/bgp_evpn_rt5/r2/bgp_vrf_ipv6_routes_detail.json [new file with mode: 0644]
tests/topotests/bgp_evpn_rt5/test_bgp_evpn.py