]> git.puffer.fish Git - matthieu/frr.git/commit
all-protocol-startup: Add test suite which runs all protocols at once and verifies...
authorMartin Winter <mwinter@opensourcerouting.org>
Sat, 8 Apr 2017 10:49:43 +0000 (03:49 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:11 +0000 (20:22 -0500)
commit4501fbcaa8850d050a3f674f39e16eb59cf36aff
tree27dac65189a3070ca5a41b6ebbe2a6c4ad6e091f
parent80eeefb7da6ad100213baa7bd5fac024cae8148a
all-protocol-startup: Add test suite which runs all protocols at once and verifies startup and spurious errors of each

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
22 files changed:
tests/topotests/all-protocol-startup/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/isisd.conf [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/ldpd.conf [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/ospf6d.conf [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/rip_status.ref [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/ripd.conf [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/ripng_status.ref [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/ripngd.conf [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/show_bgp_ipv4.ref [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/show_bgp_ipv6.ref [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/show_bgp_ipv6_summary.ref [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/show_ip_bgp_summary.ref [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/show_ip_ospf_interface.ref [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/show_ipv6_ospf6_interface [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/show_ipv6_ospf6_interface.ref [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/show_isis_interface_detail.ref [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/show_mpls_ldp_interface.ref [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/zebra.conf [new file with mode: 0644]
tests/topotests/all-protocol-startup/test_all_protocol_startup.dot [new file with mode: 0644]
tests/topotests/all-protocol-startup/test_all_protocol_startup.pdf [new file with mode: 0644]
tests/topotests/all-protocol-startup/test_all_protocol_startup.py [new file with mode: 0755]