mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 09:44:50 +00: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()
|