frr/tests/lib/test_ringbuf.py

9 lines
118 B
Python
Raw Normal View History

import frrtest
class TestRingbuf(frrtest.TestMultiOut):
program = "./test_ringbuf"
TestRingbuf.exit_cleanly()