summaryrefslogtreecommitdiff
path: root/tests/lib/test_ringbuf.py
diff options
context:
space:
mode:
authorChristian Franke <chris@opensourcerouting.org>2018-03-05 19:43:39 +0100
committerChristian Franke <chris@opensourcerouting.org>2018-03-05 19:44:41 +0100
commit4cfe547340bf56205203a714ef35880b7ec441cc (patch)
tree816c21f43103625202e38e512928c5e2bc78c833 /tests/lib/test_ringbuf.py
parent6768912110483ced636141838f9e040715dece8f (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.py4
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()