summaryrefslogtreecommitdiff
path: root/tests/lib/test_prefix2str.py
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-06-13 18:18:42 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-06-13 18:30:28 +0000
commit17bf75735cfa977a38e49cd40f24b5fa4fbe7f41 (patch)
tree1c5d61d4d16ebc4c70a98cc3a3490688dd6cdf44 /tests/lib/test_prefix2str.py
parentec466f65463e6bfbdf508b50cc2a60593a41b80c (diff)
tests: add prefix2str test
Only tests IPv4 and IPv6 right now. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'tests/lib/test_prefix2str.py')
-rw-r--r--tests/lib/test_prefix2str.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lib/test_prefix2str.py b/tests/lib/test_prefix2str.py
new file mode 100644
index 0000000000..6e26d1b409
--- /dev/null
+++ b/tests/lib/test_prefix2str.py
@@ -0,0 +1,6 @@
+import frrtest
+
+class TestPrefix2str(frrtest.TestMultiOut):
+ program = './test_prefix2str'
+
+TestPrefix2str.exit_cleanly()