diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-12 14:04:56 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-12 15:39:45 -0400 |
| commit | abccc77544f973ad896d31f356ee6fc6df3e2614 (patch) | |
| tree | 877a287af005f5f9b9b71ed5f251dd82dac3100e /tests/lib/test_zlog.py | |
| parent | e049c5fcce862e994fc1b79baf8671c0aa25894e (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.py | 4 |
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' |
