forked from Mirror/frr
7 lines
116 B
Python
7 lines
116 B
Python
import frrtest
|
|
|
|
class TestRingbuf(frrtest.TestMultiOut):
|
|
program = './test_ringbuf'
|
|
|
|
TestRingbuf.exit_cleanly()
|