]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: mptcp: join: mark laminar tests as skipped if not supported
authorMatthieu Baerts (NGI0) <matttbe@kernel.org>
Mon, 20 Oct 2025 20:53:30 +0000 (22:53 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 22 Oct 2025 00:36:47 +0000 (17:36 -0700)
commita9649dfbe552a42a3781fb681d93a2f510565954
tree0e0336a1fb871de310eaccef9156333a5582844f
parentc3496c052ac36ea98ec4f8e95ae6285a425a2457
selftests: mptcp: join: mark laminar tests as skipped if not supported

The call to 'continue_if' was missing: it properly marks a subtest as
'skipped' if the attached condition is not valid.

Without that, the test is wrongly marked as passed on older kernels.

Fixes: c912f935a5c7 ("selftests: mptcp: join: validate new laminar endp")
Reviewed-by: Geliang Tang <geliang@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20251020-net-mptcp-c-flag-late-add-addr-v1-5-8207030cb0e8@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/mptcp/mptcp_join.sh