]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests: net: Skip test if IPv6 is not configured
authorBreno Leitao <leitao@debian.org>
Wed, 23 Jul 2025 17:35:06 +0000 (10:35 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 25 Jul 2025 18:25:34 +0000 (11:25 -0700)
commit5ec9b15d8dfa4992c6f9c26c1f96e69202d8fcb1
tree0401ca1e75217e9532733c6769dc5e7f6a45966f
parenta75afcd188e1a7385c71f78d4e5e8d7b6bd9c2e4
selftests: net: Skip test if IPv6 is not configured

Extend the `check_for_dependencies()` function in `lib_netcons.sh` to check
whether IPv6 is enabled by verifying the existence of
`/proc/net/if_inet6`. Having IPv6 is a now a dependency of netconsole
tests. If the file does not exist, the script will skip the test with an
appropriate message suggesting to verify if `CONFIG_IPV6` is enabled.

This prevents the test to misbehave if IPv6 is not configured.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250723-netcons_test_ipv6-v1-1-41c9092f93f9@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/drivers/net/lib/sh/lib_netcons.sh