]> git.itanic.dy.fi Git - linux-stable/commit
selftests: vrf_route_leaking: remove ipv6_ping_frag from default testing
authorHangbin Liu <liuhangbin@gmail.com>
Fri, 18 Aug 2023 08:06:13 +0000 (16:06 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 Aug 2023 14:25:10 +0000 (15:25 +0100)
commitc4cf2bc0d2c97214e41b44b2b05cedc7093ccbbd
tree7e20506e66e44d9a05f28f5f90d04f349abb466b
parent5cb249686e67dbef3ffe53887fa725eefc5a7144
selftests: vrf_route_leaking: remove ipv6_ping_frag from default testing

As the initial commit 1a01727676a8 ("selftests: Add VRF route leaking
tests") said, the IPv6 MTU test fails as source address selection
picking ::1. Every time we run the selftest this one report failed.
There seems not much meaning  to keep reporting a failure for 3 years
that no one plan to fix/update. Let't just skip this one first. We can
add it back when the issue fixed.

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/vrf_route_leaking.sh