[PATCH net-next 2/3] sefltests: mptcp: connect: remote time in TAP output

Matthieu Baerts (NGI0) posted 3 patches 2 months, 2 weeks ago
There is a newer version of this series
[PATCH net-next 2/3] sefltests: mptcp: connect: remote time in TAP output
Posted by Matthieu Baerts (NGI0) 2 months, 2 weeks ago
It is now added by the MPTCP lib automatically, see the parent commit.

The time in the TAP output might be sligly different from the one
displayed before, but that's OK.

Reviewed-by: Mat Martineau <martineau@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
 tools/testing/selftests/net/mptcp/mptcp_connect.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/net/mptcp/mptcp_connect.sh b/tools/testing/selftests/net/mptcp/mptcp_connect.sh
index b77fb7065bfb..f61e2f5870ea 100755
--- a/tools/testing/selftests/net/mptcp/mptcp_connect.sh
+++ b/tools/testing/selftests/net/mptcp/mptcp_connect.sh
@@ -431,7 +431,6 @@ do_transfer()
 
 	local duration
 	duration=$((stop-start))
-	result_msg+=" # time=${duration}ms"
 	printf "(duration %05sms) " "${duration}"
 	if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then
 		mptcp_lib_pr_fail "client exit code $retc, server $rets"

-- 
2.45.2
Re: [PATCH net-next 2/3] sefltests: mptcp: connect: remote time in TAP output
Posted by Jakub Kicinski 2 months, 2 weeks ago
On Mon, 02 Sep 2024 13:13:05 +0200 Matthieu Baerts (NGI0) wrote:
> Subject: [PATCH net-next 2/3] sefltests: mptcp: connect: remote time in TAP output

nit: typo in the subject
-- 
pw-bot: cr