]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Test some basic kernel <-> zebra interactions
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 23 Jan 2020 22:36:23 +0000 (17:36 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 24 Jan 2020 00:44:15 +0000 (19:44 -0500)
commitabd2a1ff3f5be9140183e5156aa62a97cbd0a803
tree2d084990a7cf4c00c442e1b22aaef769cc2f529c
parent3332f4f0fbb5179b54a3752b6df02cb697dc1f8b
tests: Test some basic kernel <-> zebra interactions

Install some kernel routes with different admin distances
ensuring that they are installed correctly and characterized
properly in the rib.

Then add a static route to override the kernel and then remove
it again to ensure that we account for it properly still.

Signed-off-by: Donald Sharp <sharpd@cumulusnetorks.com>
tests/topotests/zebra_rib/r1/v4_route_1.json [new file with mode: 0644]
tests/topotests/zebra_rib/r1/v4_route_1_static_override.json [new file with mode: 0644]
tests/topotests/zebra_rib/r1/v4_route_2.json [new file with mode: 0644]
tests/topotests/zebra_rib/r1/zebra.conf [new file with mode: 0644]
tests/topotests/zebra_rib/test_zebra_rib.py [new file with mode: 0755]