[PATCH net-next 0/8] selftests: mptcp: Refactoring and minor fixes

Mat Martineau posted 8 patches 10 months, 1 week 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    | 631 ++++++++++++---------
2 files changed, 369 insertions(+), 264 deletions(-)
[PATCH net-next 0/8] selftests: mptcp: Refactoring and minor fixes
Posted by Mat Martineau 10 months, 1 week ago
Patch 1 moves code around for clarity and improved code reuse.

Patch 2 makes use of new MPTCP info that consolidates MPTCP-level and
subflow-level information.

Patches 3-7 refactor code to favor limited-scope environment vars over
optional parameters.

Patch 8: typo fix

Signed-off-by: Mat Martineau <martineau@kernel.org>
---
Geliang Tang (7):
      selftests: mptcp: test userspace pm out of transfer
      selftests: mptcp: check subflow and addr infos
      selftests: mptcp: set FAILING_LINKS in run_tests
      selftests: mptcp: drop test_linkfail parameter
      selftests: mptcp: drop addr_nr_ns1/2 parameters
      selftests: mptcp: drop sflags parameter
      selftests: mptcp: add pm_nl_set_endpoint helper

Yueh-Shun Li (1):
      selftests: mptcp: connect: fix comment typo

 tools/testing/selftests/net/mptcp/mptcp_connect.sh |   2 +-
 tools/testing/selftests/net/mptcp/mptcp_join.sh    | 631 ++++++++++++---------
 2 files changed, 369 insertions(+), 264 deletions(-)
---
base-commit: faaa5fd30344f9a7b3816ae7a6b58ccd5a34998f
change-id: 20230623-send-net-next-20230623-3242ec4d43c2

Best regards,
-- 
Mat Martineau <martineau@kernel.org>