8 lines
144 B
Python
8 lines
144 B
Python
import frrtest
|
|
|
|
|
|
class TestNexthopIter(frrtest.TestMultiOut):
|
|
program = "./test_nexthop"
|
|
|
|
|
|
TestNexthopIter.onesimple("Simple test passed.")
|