summaryrefslogtreecommitdiffstats
path: root/tests/lib/test_ringbuf.py
blob: 0cd9dee2b7257d0348ccba6ee95052b23c064f30 (plain)
1
2
3
4
5
6
7
8
import frrtest


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


TestRingbuf.exit_cleanly()