Merge branch 'mptcp-cleanup-and-improvements-in-the-selftests'
authorJakub Kicinski <kuba@kernel.org>
Tue, 1 Aug 2023 03:11:55 +0000 (20:11 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 1 Aug 2023 03:11:55 +0000 (20:11 -0700)
commit05e1d8bdb276068069d3de65e488700280029e20
tree37dca0edb444e696cfed35b57bdcda4bd9b7f53a
parent2f48401dd0f2d93a41d28bb8dc3474158f4e906c
parent6a5c8c69a4c771625ea25fb2bc916d274516288a
Merge branch 'mptcp-cleanup-and-improvements-in-the-selftests'

Matthieu Baerts says:

====================
mptcp: cleanup and improvements in the selftests

This small series of 4 patches adds some improvements in MPTCP
selftests:

- Patch 1 reworks the detailed report of mptcp_join.sh selftest to
  better display what went well or wrong per test.

- Patch 2 adds colours (if supported, forced and/or not disabled) in
  mptcp_join.sh selftest output to help spotting issues.

- Patch 3 modifies an MPTCP selftest tool to interact with the
  path-manager via Netlink to always look for errors if any. This makes
  sure odd behaviours can be seen in the logs and errors can be caught
  later if needed.

- Patch 4 removes stdout and stderr redirections to /dev/null when using
  pm_nl_ctl if no errors are expected in order to log odd behaviours.
====================

Link: https://lore.kernel.org/r/20230730-upstream-net-next-20230728-mptcp-selftests-misc-v1-0-7e9cc530a9cd@tessares.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>