summaryrefslogtreecommitdiff
path: root/tests/lib/test_ringbuf.py
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-03-06 10:53:27 -0500
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-03-06 10:53:27 -0500
commit5da39765e26a3f3142b3c1f39d701fcb94e4007c (patch)
tree90db957247d6d0a53df2f2aee5ea3b368e1f4729 /tests/lib/test_ringbuf.py
parente3e3afffc966dd25e3cb2a28573729ff7322d6e3 (diff)
parentc187f94a65018bccab6a8e2fb9d0c40062f7778a (diff)
Merge branch 'master' into docuser
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
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()