forked from Mirror/frr
7 lines
125 B
Python
7 lines
125 B
Python
![]() |
import frrtest
|
||
|
|
||
|
class TestPrefix2str(frrtest.TestMultiOut):
|
||
|
program = './test_prefix2str'
|
||
|
|
||
|
TestPrefix2str.exit_cleanly()
|