]> git.puffer.fish Git - matthieu/frr.git/commit
tests: add route-map evpn set gateway-ip topotest
authorTuetuopay <tuetuopay@me.com>
Fri, 14 Mar 2025 19:21:53 +0000 (20:21 +0100)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Sun, 23 Mar 2025 10:40:49 +0000 (10:40 +0000)
commit1d957df8801ac006f3b6cc545b13f2c8e9d99c70
tree725d2c10887b395d2ccfc5b9a55499924e46cf8c
parent4ee47bfc83e1977458a6049c653019d6b7576320
tests: add route-map evpn set gateway-ip topotest

This test does not actually look at the route since the gateway-ip is
not exposed in vtysh output. However, this ensures such a route-map does
not crash bgpd.

Signed-off-by: Tuetuopay <tuetuopay@me.com>
(cherry picked from commit 05a74323b9d440590074f22be11c34a605da69ad)
tests/topotests/bgp_evpn_route_map_set/__init__.py [new file with mode: 0644]
tests/topotests/bgp_evpn_route_map_set/c1/frr.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_route_map_set/r1/frr.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_route_map_set/r2/frr.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_route_map_set/test_bgp_evpn_route_map_set.py [new file with mode: 0644]