[PATCH net-next 00/11] selftests: mptcp: cleanups and 'ip mptcp' support

Matthieu Baerts (NGI0) posted 11 patches 1 month ago
Failed in applying to current master (apply log)
tools/testing/selftests/net/mptcp/mptcp_connect.sh |   2 +-
tools/testing/selftests/net/mptcp/mptcp_join.sh    | 155 ++----------
tools/testing/selftests/net/mptcp/mptcp_lib.sh     | 135 ++++++++++
tools/testing/selftests/net/mptcp/mptcp_sockopt.sh |  34 ++-
tools/testing/selftests/net/mptcp/pm_netlink.sh    | 281 +++++++++++++--------
tools/testing/selftests/net/mptcp/simult_flows.sh  |  20 +-
6 files changed, 375 insertions(+), 252 deletions(-)
[PATCH net-next 00/11] selftests: mptcp: cleanups and 'ip mptcp' support
Posted by Matthieu Baerts (NGI0) 1 month ago
Here are some patches from Geliang, doing different cleanups, and
supporting 'ip mptcp' in more MPTCP selftests.

Patch 1 checks that TC is available in selftests requiring it.

Patch 2 adds 'ms' units in TC commands, to avoid confusions.

Patches 3-9 are some prerequisites for patch 10: some export code from
mptcp_join.sh to mptcp_lib.sh, to be re-used in pm_netlink.sh,
mptcp_sockopt.sh and simult_flows.sh ; and others add helpers to
pm_netlink.sh to easily support both 'ip mptcp' and 'pm_nl_ctl' tools to
interact with the in-kernel MPTCP path-manager.

Patch 10 adds a '-i' parameter in mptcp_sockopt.sh, pm_netlink.sh, and
simult_flows.sh to use 'ip mptcp' tool instead of 'pm_nl_ctl'.

Patch 11 fixes some ShellCheck warnings in pm_netlink.sh, in order to
drop a ShellCheck's 'disable' instruction.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Geliang Tang (11):
      selftests: mptcp: add tc check for check_tools
      selftests: mptcp: add ms units for tc-netem delay
      selftests: mptcp: export ip_mptcp to mptcp_lib
      selftests: mptcp: netlink: add 'limits' helpers
      selftests: mptcp: add {get,format}_endpoint(s) helpers
      selftests: mptcp: netlink: add change_address helper
      selftests: mptcp: join: update endpoint ops
      selftests: mptcp: export pm_nl endpoint ops
      selftests: mptcp: use pm_nl endpoint ops
      selftests: mptcp: ip_mptcp option for more scripts
      selftests: mptcp: netlink: drop disable=SC2086

 tools/testing/selftests/net/mptcp/mptcp_connect.sh |   2 +-
 tools/testing/selftests/net/mptcp/mptcp_join.sh    | 155 ++----------
 tools/testing/selftests/net/mptcp/mptcp_lib.sh     | 135 ++++++++++
 tools/testing/selftests/net/mptcp/mptcp_sockopt.sh |  34 ++-
 tools/testing/selftests/net/mptcp/pm_netlink.sh    | 281 +++++++++++++--------
 tools/testing/selftests/net/mptcp/simult_flows.sh  |  20 +-
 6 files changed, 375 insertions(+), 252 deletions(-)
---
base-commit: d76c740b2eaaddc5fc3a8b21eaec5b6b11e8c3f5
change-id: 20240405-upstream-net-next-20240405-mptcp-selftests-refactoring-f5ed9780df8e

Best regards,
-- 
Matthieu Baerts (NGI0) <matttbe@kernel.org>