diff options
| author | Christian Franke <chris@opensourcerouting.org> | 2018-03-05 19:43:39 +0100 |
|---|---|---|
| committer | Christian Franke <chris@opensourcerouting.org> | 2018-03-05 19:44:41 +0100 |
| commit | 4cfe547340bf56205203a714ef35880b7ec441cc (patch) | |
| tree | 816c21f43103625202e38e512928c5e2bc78c833 /tests/lib/test_ringbuf.py | |
| parent | 6768912110483ced636141838f9e040715dece8f (diff) | |
tests: fix python test description for test_ringbuf
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'tests/lib/test_ringbuf.py')
| -rw-r--r-- | tests/lib/test_ringbuf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lib/test_ringbuf.py b/tests/lib/test_ringbuf.py index 860d872f86..5d994ddd7b 100644 --- a/tests/lib/test_ringbuf.py +++ b/tests/lib/test_ringbuf.py @@ -1,4 +1,6 @@ import frrtest -class TestRingbuf(frrtest.TestExitNonzero): +class TestRingbuf(frrtest.TestMultiOut): program = './test_ringbuf' + +TestRingbuf.exit_cleanly() |
