]> git.puffer.fish Git - mirror/frr.git/commit
topotests: add unified configuration
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 19 Dec 2024 16:28:21 +0000 (17:28 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 21 Jan 2025 12:48:36 +0000 (13:48 +0100)
commitd84b93f2872daeb1605ed09bbd9fb6fbbfa9b760
tree5531425b8c161d2c0d9b0d7d4f344ebbf9e97439
parent82339c94edc6c864593e6199f7b279927d964083
topotests: add unified configuration

Replace the various per-daemon config files with a unique frr.conf
configuration file.

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