]> git.proxmox.com Git - mirror_frr.git/blame - tests/lib/test_nexthop_iter.py
Merge pull request #8978 from kssoman/ospf_new
[mirror_frr.git] / tests / lib / test_nexthop_iter.py
CommitLineData
a4b74d05
CF
1import frrtest
2
701a0192 3
a4b74d05 4class TestNexthopIter(frrtest.TestMultiOut):
701a0192 5 program = "./test_nexthop_iter"
6
a4b74d05 7
701a0192 8TestNexthopIter.onesimple("Simple test passed.")
9TestNexthopIter.onesimple("PRNG test passed.")