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