forked from Mirror/frr

Only tests IPv4 and IPv6 right now. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
7 lines
125 B
Python
7 lines
125 B
Python
import frrtest
|
|
|
|
class TestPrefix2str(frrtest.TestMultiOut):
|
|
program = './test_prefix2str'
|
|
|
|
TestPrefix2str.exit_cleanly()
|