]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: mptcp: Rename wait function
authorMat Martineau <mathew.j.martineau@linux.intel.com>
Mon, 7 Mar 2022 20:44:34 +0000 (12:44 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 9 Mar 2022 06:06:11 +0000 (22:06 -0800)
commit6b2cd8f6770c8f73be05c8e650a50a6cc683daab
treefaaf0b5bd20d2576bd44a0f8ac328462d9bb88d7
parentb1fa95f3591794923c9e5585407222d034b806c2
selftests: mptcp: Rename wait function

The "selftests: mptcp: improve 'fair usage on close' stability" commit
changed that self test to check the TcpAttemptFails MIB instead of
looking for TW sockets. The associated bash function wasn't renamed in
that commit because of the merge conflicts it would cause, so this
commit updates the function name as Paolo originally intended.

Cc: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/mptcp/mptcp_join.sh