]> git.proxmox.com Git - mirror_frr.git/commit
tests/isisd: bypass test_fuzz_isis_tlv when inet_ntop is broken
authorArthur Jones <arthur.jones@riverbed.com>
Wed, 6 Jun 2018 14:47:17 +0000 (07:47 -0700)
committerArthur Jones <arthur.jones@riverbed.com>
Wed, 6 Jun 2018 15:08:46 +0000 (08:08 -0700)
commit1808d46db25c6e911e7d4352cc44b510356bfdf6
tree1422ae1040203e1acec514678e4632e111f9baeb
parenta86dc99646ba282f8e4fcfac180b3d6b706429bf
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.

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