]> 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)
commit6ec76667002f9874f8cf0cb54f2697edfdf9a69c
treefaaf0b5bd20d2576bd44a0f8ac328462d9bb88d7
parent5e779a359f3aa57f36c5a3414e4b6397df1761bc
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