summaryrefslogtreecommitdiff
path: root/tests/lib/test_zlog.py
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-03-12 14:04:56 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-03-12 15:39:45 -0400
commitabccc77544f973ad896d31f356ee6fc6df3e2614 (patch)
tree877a287af005f5f9b9b71ed5f251dd82dac3100e /tests/lib/test_zlog.py
parente049c5fcce862e994fc1b79baf8671c0aa25894e (diff)
tests: add unit test for zlog
Just tests zlog_hexdump right now Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
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'