diff options
| author | David Lamparter <equinox@diac24.net> | 2019-05-20 19:51:03 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-06-03 18:57:31 +0200 |
| commit | b9911c2e4ecdac4530b7c573be3c2de77c8b0aea (patch) | |
| tree | 0992980cb22b506042f48240f3d68f0e99e9f411 /tests/lib/test_printfrr.py | |
| parent | 3cd9490d0b0cf311ed84d35b5c31628800c00688 (diff) | |
tests: exercise printfrr()
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'tests/lib/test_printfrr.py')
| -rw-r--r-- | tests/lib/test_printfrr.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lib/test_printfrr.py b/tests/lib/test_printfrr.py new file mode 100644 index 0000000000..4fe238618e --- /dev/null +++ b/tests/lib/test_printfrr.py @@ -0,0 +1,6 @@ +import frrtest + +class TestPrintfrr(frrtest.TestMultiOut): + program = './test_printfrr' + +TestPrintfrr.exit_cleanly() |
