mirror of
https://github.com/FRRouting/frr.git
synced 2025-05-01 05:57:15 +02:00

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()
|