]> git.puffer.fish Git - matthieu/frr.git/commit
topotests: Add code to ensure routes are as expected
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 11 Feb 2019 17:54:31 +0000 (12:54 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 11 Feb 2019 17:54:31 +0000 (12:54 -0500)
commit556f76e18f0e729a5a5ce7c02f2c7a001fa1de06
treec8039d2e1ac6c226b76128439bff721b6ecb9da9
parentfb85ce1b812d892a07a4f942b4cfade9442b9a2b
topotests: Add code to ensure routes are as expected

This code just ensures that v4 and v6 routes are as expected
in the rib.  While this test addition is not that complicated it would
have caught some issues while I was attempting to handle the
switchover to a different style of rib processing.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tests/topotests/all-protocol-startup/r1/ipv4_routes.ref [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/ipv6_routes.ref [new file with mode: 0644]
tests/topotests/all-protocol-startup/test_all_protocol_startup.py