]> git.puffer.fish Git - matthieu/frr.git/commit
tests: ospf6d: basic LSDB tests
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 8 Jul 2017 13:30:34 +0000 (15:30 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 11 Jul 2017 13:04:12 +0000 (15:04 +0200)
commitf1c73d149564889c68fd3367fa767344090df0d2
tree276a0467b7a55bd5d67bf8a513804fdcd427a532
parent2e8a2df1fbd4c1d7ee7035dff6484ec5d093c5f1
tests: ospf6d: basic LSDB tests

Needed these while rewriting LSDB iteration.

NB: this commit fails because of a bug in ospf_lsdb_get_next, which will
SEGV when the LSDB is actually empty.  Whooo...  (this is fixed in the
following commits.)

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
tests/.gitignore
tests/Makefile.am
tests/ospf6d/test_lsdb.c [new file with mode: 0644]
tests/ospf6d/test_lsdb.in [new file with mode: 0644]
tests/ospf6d/test_lsdb.py [new file with mode: 0644]
tests/ospf6d/test_lsdb.refout [new file with mode: 0644]