mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 19:10:16 +00:00

Add a nexthop unit test module, just exercising the 'basic' comparison api for now. Signed-off-by: Mark Stapp <mjs@voltanet.io>
9 lines
144 B
Python
9 lines
144 B
Python
import frrtest
|
|
|
|
|
|
class TestNexthopIter(frrtest.TestMultiOut):
|
|
program = "./test_nexthop"
|
|
|
|
|
|
TestNexthopIter.onesimple("Simple test passed.")
|