]> git.puffer.fish Git - mirror/frr.git/commit
tests: add bgp peer-shutdown topotest
authorMark Stapp <mjs@cisco.com>
Thu, 19 Sep 2024 19:46:56 +0000 (15:46 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 12 Mar 2025 16:42:07 +0000 (12:42 -0400)
commitc000c2144c3e031e986013dedb015f956747e538
tree2ecac7c84455917295e534a0e8a681079c54464c
parent6206e7e7ed2212cab5072000345ca2b21e094d1b
tests: add bgp peer-shutdown topotest

Add a simple topotest using multiple bgp peers; based on the
ecmp_topo1 test.

Signed-off-by: Mark Stapp <mjs@cisco.com>
47 files changed:
tests/topotests/bgp_peer_shut/__init__.py [new file with mode: 0644]
tests/topotests/bgp_peer_shut/bgp-peer-shut.dot [new file with mode: 0644]
tests/topotests/bgp_peer_shut/bgp-peer-shut.pdf [new file with mode: 0644]
tests/topotests/bgp_peer_shut/exabgp.env [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer1/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer1/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer10/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer10/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer11/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer11/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer12/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer12/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer13/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer13/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer14/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer14/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer15/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer15/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer16/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer16/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer17/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer17/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer18/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer18/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer19/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer19/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer2/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer2/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer20/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer20/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer3/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer3/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer4/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer4/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer5/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer5/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer6/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer6/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer7/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer7/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer8/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer8/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/peer9/exa-send.py [new file with mode: 0755]
tests/topotests/bgp_peer_shut/peer9/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_peer_shut/r1/frr.conf [new file with mode: 0644]
tests/topotests/bgp_peer_shut/r1/summary.txt [new file with mode: 0644]
tests/topotests/bgp_peer_shut/test_bgp_peer_shut.py [new file with mode: 0644]