From abccc77544f973ad896d31f356ee6fc6df3e2614 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Mon, 12 Mar 2018 14:04:56 -0400 Subject: tests: add unit test for zlog Just tests zlog_hexdump right now Signed-off-by: Quentin Young --- tests/lib/test_zlog.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/lib/test_zlog.py (limited to 'tests/lib/test_zlog.py') 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' -- cgit v1.2.3