]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add new bgp_features testsuite with test for bgp shutdown
authorMartin Winter <mwinter@opensourcerouting.org>
Thu, 20 Aug 2020 23:36:21 +0000 (01:36 +0200)
committerMartin Winter <mwinter@opensourcerouting.org>
Thu, 20 Aug 2020 23:36:21 +0000 (01:36 +0200)
commit9104f54962e0a9712797dbdf384bfb008e779419
tree374858d8dc89bc44383b635e793d15106754792b
parent736b68f33a5b9d494c8982d98c7f4d92075085aa
tests: Add new bgp_features testsuite with test for bgp shutdown

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
29 files changed:
tests/topotests/bgp_features/r1/bgp_shutdown_summary.json [new file with mode: 0644]
tests/topotests/bgp_features/r1/bgp_summary.json [new file with mode: 0644]
tests/topotests/bgp_features/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_features/r1/ospf6d.conf [new file with mode: 0644]
tests/topotests/bgp_features/r1/ospf_neighbor.json [new file with mode: 0644]
tests/topotests/bgp_features/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_features/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_features/r2/bgp_shutdown_summary.json [new file with mode: 0644]
tests/topotests/bgp_features/r2/bgp_summary.json [new file with mode: 0644]
tests/topotests/bgp_features/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_features/r2/ospf6d.conf [new file with mode: 0644]
tests/topotests/bgp_features/r2/ospf_neighbor.json [new file with mode: 0644]
tests/topotests/bgp_features/r2/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_features/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_features/r3/bgp_summary.json [new file with mode: 0644]
tests/topotests/bgp_features/r3/ospf6d.conf [new file with mode: 0644]
tests/topotests/bgp_features/r3/ospf_neighbor.json [new file with mode: 0644]
tests/topotests/bgp_features/r3/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_features/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_features/r4/bgp_shutdown_summary.json [new file with mode: 0644]
tests/topotests/bgp_features/r4/bgp_summary.json [new file with mode: 0644]
tests/topotests/bgp_features/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_features/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_features/r5/bgp_summary.json [new file with mode: 0644]
tests/topotests/bgp_features/r5/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_features/r5/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_features/test_bgp_features.dot [new file with mode: 0644]
tests/topotests/bgp_features/test_bgp_features.pdf [new file with mode: 0644]
tests/topotests/bgp_features/test_bgp_features.py [new file with mode: 0755]