mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 17:40:04 +00:00
tests: fix python test description for test_ringbuf
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
This commit is contained in:
parent
6768912110
commit
4cfe547340
@ -1,4 +1,6 @@
|
||||
import frrtest
|
||||
|
||||
class TestRingbuf(frrtest.TestExitNonzero):
|
||||
class TestRingbuf(frrtest.TestMultiOut):
|
||||
program = './test_ringbuf'
|
||||
|
||||
TestRingbuf.exit_cleanly()
|
||||
|
Loading…
Reference in New Issue
Block a user