]> git.puffer.fish Git - mirror/frr.git/commit
tests: add support for 514 unnumbered/v4/v6 BGP sessions 18331/head
authorSoumya Roy <souroy@souroy-mlt.client.nvidia.com>
Sat, 1 Mar 2025 01:21:11 +0000 (17:21 -0800)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 6 Mar 2025 18:40:37 +0000 (18:40 +0000)
commit2dc730a551ffca1302fec0e2068957399a8e8684
tree2b14e28b8e515b988da6b7812b7cc9bb378048f3
parentdbb5a8347fc8d74cfe7369bf77cfcfaca1d328e4
tests: add support for 514 unnumbered/v4/v6 BGP sessions

Signed-off-by: Soumya Roy <souroy@nvidia.com>
(cherry picked from commit 10ff0d5e4cf08dacf2bf82b2350dac403633e380)
12 files changed:
tests/topotests/high_ecmp/r1/frr.conf
tests/topotests/high_ecmp/r1/frr_ipv4_bgp.conf [new file with mode: 0644]
tests/topotests/high_ecmp/r1/frr_ipv6_bgp.conf [new file with mode: 0644]
tests/topotests/high_ecmp/r1/frr_unnumbered_bgp.conf [new file with mode: 0644]
tests/topotests/high_ecmp/r2/frr.conf
tests/topotests/high_ecmp/r2/frr_ipv4_bgp.conf [new file with mode: 0644]
tests/topotests/high_ecmp/r2/frr_ipv6_bgp.conf [new file with mode: 0644]
tests/topotests/high_ecmp/r2/frr_unnumbered_bgp.conf [new file with mode: 0644]
tests/topotests/high_ecmp/test_high_ecmp.py [deleted file]
tests/topotests/high_ecmp/test_high_ecmp_unnumbered.py [new file with mode: 0644]
tests/topotests/high_ecmp/test_high_ecmp_v4.py [new file with mode: 0644]
tests/topotests/high_ecmp/test_high_ecmp_v6.py [new file with mode: 0644]