]> git.proxmox.com Git - mirror_frr.git/commit
tests: add basic nexthop group functionality test
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 31 Dec 2019 22:10:58 +0000 (17:10 -0500)
committerStephen Worley <sworley@cumulusnetworks.com>
Wed, 15 Jan 2020 21:39:19 +0000 (16:39 -0500)
commit8058df22d437f8d95f49f3a90b8f4c794a30bf92
tree9ea16a5675c48ea53f2f4acd9afa4247b2414fcb
parentd26e2d9be40f3a5279414f8aafdc574421e01dbc
tests: add basic nexthop group functionality test

Add a very basic nexthop group functionality test.

This test creates a 2-way ecmp group and installs a route
with it using sharpd. Then we check to see that the nexthop
groups are marked valid/installed in zebra.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
tests/topotests/all-protocol-startup/r1/ipv4_routes.ref
tests/topotests/all-protocol-startup/r1/zebra.conf
tests/topotests/all-protocol-startup/test_all_protocol_startup.py