diff options
| author | Russ White <russ@riw.us> | 2018-03-12 19:18:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-12 19:18:30 -0400 |
| commit | fac615f43b18bf88ccf78d8b0c20046f73f046a4 (patch) | |
| tree | ed17abd37f3a222a54c9bd03abd8b04f9d6dd309 /tests/lib/test_zlog.py | |
| parent | 6b63fd5c5184be0d0076b6d3e8f63c91e3363b2c (diff) | |
| parent | abccc77544f973ad896d31f356ee6fc6df3e2614 (diff) | |
Merge pull request #1873 from qlyoung/fix-zlog-hexdump
Fix zlog_hexdump
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' |
