]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add tests to rip and ripngd to show func works 6041/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 19 Mar 2020 02:29:00 +0000 (22:29 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 8 Apr 2020 14:18:31 +0000 (10:18 -0400)
commitcfe9a5878586f661d688938a0ad22dd1da598d6f
treeca457a17e15dbd116eb8db6adf17c437b23eb046
parentf7688027d8e4809f35d5858856e6f3ae8e129cca
tests: Add tests to rip and ripngd to show func works

Add some basic tests to show that network and passive-interface
commands work with interface names in rip and ripngd.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
19 files changed:
tests/topotests/rip-topo1/r1/rip_status.ref
tests/topotests/rip-topo1/r1/ripd.conf
tests/topotests/rip-topo1/r1/show_ip_rip.ref
tests/topotests/rip-topo1/r1/zebra.conf
tests/topotests/rip-topo1/r2/rip_status.ref
tests/topotests/rip-topo1/r2/show_ip_rip.ref
tests/topotests/rip-topo1/r2/show_ip_route.ref
tests/topotests/rip-topo1/r3/show_ip_rip.ref
tests/topotests/rip-topo1/r3/show_ip_route.ref
tests/topotests/rip-topo1/test_rip_topo1.py
tests/topotests/ripng-topo1/r1/ripng_status.ref
tests/topotests/ripng-topo1/r1/ripngd.conf
tests/topotests/ripng-topo1/r1/show_ipv6_ripng.ref
tests/topotests/ripng-topo1/r1/zebra.conf
tests/topotests/ripng-topo1/r2/show_ipv6_ripng.ref
tests/topotests/ripng-topo1/r2/show_ipv6_route.ref
tests/topotests/ripng-topo1/r3/show_ipv6_ripng.ref
tests/topotests/ripng-topo1/r3/show_ipv6_route.ref
tests/topotests/ripng-topo1/test_ripng_topo1.py