]> git.proxmox.com Git - mirror_frr.git/blob - tests/lib/test_ringbuf.py
Merge pull request #10435 from ckishimo/ospf6d_distance
[mirror_frr.git] / tests / lib / test_ringbuf.py
1 import frrtest
2
3
4 class TestRingbuf(frrtest.TestMultiOut):
5 program = "./test_ringbuf"
6
7
8 TestRingbuf.exit_cleanly()