]> git.puffer.fish Git - mirror/frr.git/commit
tests/isisd: bypass test_fuzz_isis_tlv when inet_ntop is broken 2616/head
authorArthur Jones <arthur.jones@riverbed.com>
Wed, 6 Jun 2018 14:47:17 +0000 (07:47 -0700)
committerArthur Jones <arthur.jones@riverbed.com>
Mon, 2 Jul 2018 22:48:22 +0000 (15:48 -0700)
commit67b974470381c7b37d1d1a427be2b7be1f924a49
tree23919032d5d153ed8fa24675a149128e08ecd1b2
parent3f3950c51c1ac75b5f3a541dfd15d517184f20a4
tests/isisd: bypass test_fuzz_isis_tlv when inet_ntop is broken

On Alpine Linux edge, musl does not seem to be RFC 5952 4.2.2
compliant (how to print a single :0: in the IPv6 address).  Let's
skip that test, as we get false negatives when running against
that version of musl.

Credit for the idea for the fix and how to fix it is due to
chris@opensourcerouting.org.

NB 5.0:

This cherry-pick from master will simplify frr packaging for alpine

Testing done:

make check on alpine linux passes now

Issue: https://github.com/FRRouting/frr/issues/2375
Signed-off-by: Arthur Jones <arthur.jones@riverbed.com>
tests/isisd/test_fuzz_isis_tlv.py