mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 13:18:52 +00:00
8 lines
194 B
Python
8 lines
194 B
Python
import frrtest
|
|
|
|
class TestNexthopIter(frrtest.TestMultiOut):
|
|
program = './test_nexthop_iter'
|
|
|
|
TestNexthopIter.onesimple('Simple test passed.')
|
|
TestNexthopIter.onesimple('PRNG test passed.')
|