summaryrefslogtreecommitdiff
path: root/tests/lib/test_zlog.py
diff options
context:
space:
mode:
authorvivek <vivek@cumulusnetworks.com>2018-03-13 17:50:08 +0000
committervivek <vivek@cumulusnetworks.com>2018-03-13 17:50:08 +0000
commit783e95b8e86e0a776c3900e7e0cf7e9f9f6d321f (patch)
tree5bb0c3edae1dc69ad2240386a3800e93f23cd39a /tests/lib/test_zlog.py
parent7d39cd191c885608731a82a2cedf2b8953d3bf1c (diff)
parentc1a003878246ccc84ab5986558ca959f4545f738 (diff)
Merge branch 'master' of https://github.com/frrouting/frr into pmsi-parse-display
Diffstat (limited to 'tests/lib/test_zlog.py')
-rw-r--r--tests/lib/test_zlog.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/test_zlog.py b/tests/lib/test_zlog.py
new file mode 100644
index 0000000000..2ca2585886
--- /dev/null
+++ b/tests/lib/test_zlog.py
@@ -0,0 +1,4 @@
+import frrtest
+
+class TestZlog(frrtest.TestMultiOut):
+ program = './test_zlog'