]> git.puffer.fish Git - matthieu/frr.git/commit
tests: add support for 514 unnumbered/v4/v6 BGP sessions
authorSoumya Roy <souroy@souroy-mlt.client.nvidia.com>
Sat, 1 Mar 2025 01:21:11 +0000 (17:21 -0800)
committerSoumya Roy <souroy@nvidia.com>
Wed, 5 Mar 2025 06:16:06 +0000 (06:16 +0000)
commit10ff0d5e4cf08dacf2bf82b2350dac403633e380
tree0ff73945b81fa16427cee576b3eabb39e510536e
parentfd80124ccab4afed32c09437986ad1347440fc81
tests: add support for 514 unnumbered/v4/v6 BGP sessions

Signed-off-by: Soumya Roy <souroy@nvidia.com>
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]