summaryrefslogtreecommitdiffstats
path: root/tests/lib/test_nexthop.py
blob: 81bfa43ab557b6f196805be2c55cf6588742d943 (plain)
1
2
3
4
5
6
7
8
import frrtest


class TestNexthopIter(frrtest.TestMultiOut):
    program = "./test_nexthop"


TestNexthopIter.onesimple("Simple test passed.")