Skip to content

Commit

Permalink
Merge pull request #1827 from opensourcerouting/fix-ringbuf-test-setup
Browse files Browse the repository at this point in the history
tests: fix python test description for test_ringbuf
  • Loading branch information
qlyoung authored Mar 5, 2018
2 parents 6768912 + 2d0e9b8 commit 6d9f706
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ __pycache__
/bgpd/test_ecommunity
/bgpd/test_mp_attr
/bgpd/test_mpath
/bgpd/test_packet
/isisd/test_fuzz_isis_tlv
/isisd/test_fuzz_isis_tlv_tests.h
/isisd/test_isis_vertex_queue
/lib/cli/test_cli
/lib/cli/test_cli_clippy.c
/lib/cli/test_commands
/lib/cli/test_commands_defun.c
/lib/test_buffer
Expand All @@ -38,6 +40,7 @@ __pycache__
/lib/test_memory
/lib/test_nexthop_iter
/lib/test_privs
/lib/test_ringbuf
/lib/test_srcdest_table
/lib/test_segv
/lib/test_sig
Expand All @@ -48,3 +51,4 @@ __pycache__
/lib/test_ttable
/lib/test_zmq
/ospf6d/test_lsdb
/ospf6d/test_lsdb_clippy.c
4 changes: 3 additions & 1 deletion tests/lib/test_ringbuf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import frrtest

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

TestRingbuf.exit_cleanly()

0 comments on commit 6d9f706

Please sign in to comment.