mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 21:47:15 +02:00
10 lines
196 B
Python
10 lines
196 B
Python
import frrtest
|
|
|
|
|
|
class TestNexthopIter(frrtest.TestMultiOut):
|
|
program = "./test_nexthop_iter"
|
|
|
|
|
|
TestNexthopIter.onesimple("Simple test passed.")
|
|
TestNexthopIter.onesimple("PRNG test passed.")
|