Merge branch 'mptcp-selftests-refactor-join-tests'
authorJakub Kicinski <kuba@kernel.org>
Thu, 10 Mar 2022 20:30:04 +0000 (12:30 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 10 Mar 2022 20:30:05 +0000 (12:30 -0800)
commit2a9eef868a997ec575c2e6ae885e91313f635d59
tree3863f6043bf09e99625e25c947737c48bf2f762d
parent3126b731ceb168b3a780427873c417f2abdd5527
parentd8d0830205302545b29c5a0eed5336d64c7b580d
Merge branch 'mptcp-selftests-refactor-join-tests'

Mat Martineau says:

====================
mptcp: selftests: Refactor join tests

The mptcp_join.sh selftest is the largest and most complex self test for
MPTCP, and it is frequently used by MPTCP developers to reproduce bugs
and verify fixes. As it grew in size and execution time, it became more
cumbersome to use.

These changes do some much-needed cleanup, and add developer-friendly
features to make it easier to see failures and run a subset of the tests
when verifying fixes.
====================

Link: https://lore.kernel.org/r/20220309191636.258232-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>