]> git.puffer.fish Git - matthieu/frr.git/commit
topotest: add test for confederation
authorFrancois Dumontet <francois.dumontet@6wind.com>
Wed, 23 Nov 2022 14:35:14 +0000 (15:35 +0100)
committerFrancois Dumontet <francois.dumontet@6wind.com>
Mon, 28 Nov 2022 13:24:49 +0000 (14:24 +0100)
commitbb31900439f2f4baea18746f273bb27c6ee7af20
tree1722cfe19fef6ba8338565009b835903a8031c57
parentb0a8f709a56d83d347bb544f77ba78de8fd587b6
topotest: add test for confederation

add a test dedicated to confederation. it also take into
account the support of AS memberwith same id  that the
confederation id.

Signed-off-by: Francois Dumontet <francois.dumontet@6wind.com>
22 files changed:
tests/topotests/bgp_confed1/__init__.py [new file with mode: 0644]
tests/topotests/bgp_confed1/r1/bgp_ipv4_unicast.json [new file with mode: 0644]
tests/topotests/bgp_confed1/r1/bgp_summary.json [new file with mode: 0644]
tests/topotests/bgp_confed1/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_confed1/r1/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_confed1/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_confed1/r2/bgp_ipv4_unicast.json [new file with mode: 0644]
tests/topotests/bgp_confed1/r2/bgp_summary.json [new file with mode: 0644]
tests/topotests/bgp_confed1/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_confed1/r2/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_confed1/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_confed1/r3/bgp_ipv4_unicast.json [new file with mode: 0644]
tests/topotests/bgp_confed1/r3/bgp_summary.json [new file with mode: 0644]
tests/topotests/bgp_confed1/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_confed1/r3/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_confed1/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_confed1/r4/bgp_ipv4_unicast.json [new file with mode: 0644]
tests/topotests/bgp_confed1/r4/bgp_summary.json [new file with mode: 0644]
tests/topotests/bgp_confed1/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_confed1/r4/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_confed1/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_confed1/test_bgp_confed1.py [new file with mode: 0644]