diff options
| author | Mitesh Kanjariya <mitesh@cumulusnetworks.com> | 2018-01-11 09:00:23 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-11 09:00:23 -0800 |
| commit | 9bb77a5b3dec12a71ef816699e491e2b832343ec (patch) | |
| tree | e046f33132343f975e28bfcf2b9999c69a1c70eb /tests/lib/test_ringbuf.py | |
| parent | 523cafc4181b4d9f26147d44f71ba0d9b7adef53 (diff) | |
| parent | c1240044fbf081bb7407b1449d3954e4b63fec9f (diff) | |
Merge branch 'master' into evpn-symmetric-routing
Diffstat (limited to 'tests/lib/test_ringbuf.py')
| -rw-r--r-- | tests/lib/test_ringbuf.py | 4 |
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' |
