1
0
Fork 0
frr/tests/lib/test_ringbuf.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
118 B
Python
Raw Normal View History

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