summaryrefslogtreecommitdiff
path: root/tests/lib/test_ringbuf.py
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2018-01-02 09:21:37 -0500
committerGitHub <noreply@github.com>2018-01-02 09:21:37 -0500
commit82b9bf314590037f3bbf818f7d2d8b5cd81be4e0 (patch)
treeb6517f1c9016b54fdce29adc65c1222fcb9f43d8 /tests/lib/test_ringbuf.py
parentd87c5805df078c33f41077fb1217c45659b23d05 (diff)
parenta5080622b2de7c09393daa208a56606c068db1f3 (diff)
Merge pull request #1569 from qlyoung/ringbuf
lib: add ring buffer
Diffstat (limited to 'tests/lib/test_ringbuf.py')
-rw-r--r--tests/lib/test_ringbuf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/test_ringbuf.py b/tests/lib/test_ringbuf.py
new file mode 100644
index 0000000000..860d872f86
--- /dev/null
+++ b/tests/lib/test_ringbuf.py
@@ -0,0 +1,4 @@
+import frrtest
+
+class TestRingbuf(frrtest.TestExitNonzero):
+ program = './test_ringbuf'