summaryrefslogtreecommitdiffstats
path: root/tests/lib/test_zlog.py
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-03-12 19:04:56 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-03-12 19:56:28 +0100
commit3fc174e18c080416932fff5e8cb3a08f0d9f8660 (patch)
tree9f330a9839e9b9f9874aae58c508a95d6fc79bf8 /tests/lib/test_zlog.py
parentlib: fixup zlog_hexdump (diff)
downloadfrr-3fc174e18c080416932fff5e8cb3a08f0d9f8660.tar.xz
frr-3fc174e18c080416932fff5e8cb3a08f0d9f8660.zip
tests: add unit test for zlog
Just tests zlog_hexdump right now Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to '')
-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 000000000..2ca258588
--- /dev/null
+++ b/tests/lib/test_zlog.py
@@ -0,0 +1,4 @@
+import frrtest
+
+class TestZlog(frrtest.TestMultiOut):
+ program = './test_zlog'