commit | 723d6b9b12338c1caf06bf6fe269962ef04e2c71 | [log] [tgz] |
---|---|---|
author | Matthieu Baerts <matthieu.baerts@tessares.net> | Thu Jun 08 18:38:54 2023 +0200 |
committer | Jakub Kicinski <kuba@kernel.org> | Sat Jun 10 00:02:16 2023 -0700 |
tree | 73617b47e3817098516d78f4884d4535506cf9f5 | |
parent | b631e3a4e94c77c9007d60b577a069c203ce9594 [diff] |
selftests: mptcp: userspace pm: skip if 'ip' tool is unavailable When a required tool is missing, the return code 4 (SKIP) should be returned instead of 1 (FAIL). Link: https://github.com/multipath-tcp/mptcp_net-next/issues/368 Fixes: 259a834fadda ("selftests: mptcp: functional tests for the userspace PM type") Cc: stable@vger.kernel.org Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: Jakub Kicinski <kuba@kernel.org>