mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 00:49:58 +00: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.")
|