8 lines
118 B
Python
8 lines
118 B
Python
import frrtest
|
|
|
|
|
|
class TestRingbuf(frrtest.TestMultiOut):
|
|
program = "./test_ringbuf"
|
|
|
|
|
|
TestRingbuf.exit_cleanly()
|