]> git.puffer.fish Git - matthieu/frr.git/commit
topotests: add bgp_evpn_rt5 test with vrf netns backend
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 3 Mar 2020 09:45:34 +0000 (10:45 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 11 Sep 2020 16:26:24 +0000 (18:26 +0200)
commitd4b10c1b7455457c9bb857937b2bebabef0aa329
treea90a011eb938443583f0b2b05d9b4776f305d7a9
parenta1ce03e1fd7280799b6433ae51f5af57a5cacf5e
topotests: add bgp_evpn_rt5 test with vrf netns backend

this test checks connectivity between a vrf-lite device and a vrf-netns
device. this ensures that evpn serice is importing appropriate evpn rt5
entries in the correct vrf.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/bgp_evpn_rt5/__init__.py [new file with mode: 0644]
tests/topotests/bgp_evpn_rt5/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_rt5/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_rt5/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_rt5/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_rt5/test_bgp_evpn.py [new file with mode: 0755]