]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbae13c32da28bdf378d8cf8e3953ab41399cf74a
tree3863f6043bf09e99625e25c947737c48bf2f762d
parentf7a9e4eb47498639edaf74baa43b30d0c77abfa1
parent4e4fa89cf272e51739e9fae369b137476ecf0466
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>