]> git.proxmox.com Git - mirror_frr.git/commit
tests: Test ospf unnumbered behavior and ensure that it works
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 20 Jan 2020 19:49:03 +0000 (14:49 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 22 Jan 2020 22:27:58 +0000 (17:27 -0500)
commit3d7660fa859fe5460ef335fda1fc0c60aff3f053
treea23dea9a56d16eebec91df7851d3091204c65920
parent54bea4e5379e6b4e9fd7db52d5e5a3780aae349c
tests: Test ospf unnumbered behavior and ensure that it works

Recent commit: 0eb97b860dc94329cf9add9f8f3d3a2c7f539568

Broke onlink behavior and as a result ospf unnumbered failed
to work.  This commit adds a small test to create 2 ospf routers,
connect them through ospf unlinked behavior and then ensure
that the routes are installed into the kernel as expected.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tests/topotests/ospf-topo2/r1/ospf-route.json [new file with mode: 0644]
tests/topotests/ospf-topo2/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf-topo2/r1/v4_route.json [new file with mode: 0644]
tests/topotests/ospf-topo2/r1/zebra.conf [new file with mode: 0644]
tests/topotests/ospf-topo2/r2/ospf-route.json [new file with mode: 0644]
tests/topotests/ospf-topo2/r2/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf-topo2/r2/v4_route.json [new file with mode: 0644]
tests/topotests/ospf-topo2/r2/zebra.conf [new file with mode: 0644]
tests/topotests/ospf-topo2/test_ospf_topo2.py [new file with mode: 0755]