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)
commitf98c2bca7b2bd3fd777e05bb9e94c969381b1de8
treefaaf0b5bd20d2576bd44a0f8ac328462d9bb88d7
parent826d7bdca83328b101853b48ee6b5e9bb6a5f537
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