]> git.proxmox.com Git - mirror_frr.git/blob - tests/lib/test_nexthop.py
Merge pull request #9050 from LabNConsulting/chopps/reset-parallel
[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.")