mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 21:47:15 +02:00
9 lines
127 B
Python
9 lines
127 B
Python
import frrtest
|
|
|
|
|
|
class TestPrefix2str(frrtest.TestMultiOut):
|
|
program = "./test_prefix2str"
|
|
|
|
|
|
TestPrefix2str.exit_cleanly()
|