summaryrefslogtreecommitdiff
path: root/tests/lib/test_ringbuf.py
blob: 5d994ddd7bdb6469e77beba1c5de7bac467211cc (plain)
1
2
3
4
5
6
import frrtest

class TestRingbuf(frrtest.TestMultiOut):
    program = './test_ringbuf'

TestRingbuf.exit_cleanly()