* [PATCH net-next] selftests: rtnetlink: correct error message in rtnetlink.sh fou test
@ 2025-09-21 19:21 Alok Tiwari
2025-09-22 16:46 ` Simon Horman
2025-09-24 0:00 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Alok Tiwari @ 2025-09-21 19:21 UTC (permalink / raw)
To: davem, edumazet, kuba, pabeni, horms, shuah, netdev,
linux-kselftest
Cc: alok.a.tiwari
The rtnetlink FOU selftest prints an incorrect string:
"FAIL: fou"s. Change it to the intended "FAIL: fou" by
removing a stray character in the end_test string of the test.
Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
---
tools/testing/selftests/net/rtnetlink.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/net/rtnetlink.sh b/tools/testing/selftests/net/rtnetlink.sh
index d6c00efeb664..24bba74c77ee 100755
--- a/tools/testing/selftests/net/rtnetlink.sh
+++ b/tools/testing/selftests/net/rtnetlink.sh
@@ -519,7 +519,7 @@ kci_test_encap_fou()
run_cmd_fail ip -netns "$testns" fou del port 9999
run_cmd ip -netns "$testns" fou del port 7777
if [ $ret -ne 0 ]; then
- end_test "FAIL: fou"s
+ end_test "FAIL: fou"
return 1
fi
--
2.50.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] selftests: rtnetlink: correct error message in rtnetlink.sh fou test
2025-09-21 19:21 [PATCH net-next] selftests: rtnetlink: correct error message in rtnetlink.sh fou test Alok Tiwari
@ 2025-09-22 16:46 ` Simon Horman
2025-09-24 0:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2025-09-22 16:46 UTC (permalink / raw)
To: Alok Tiwari; +Cc: davem, edumazet, kuba, pabeni, shuah, netdev, linux-kselftest
On Sun, Sep 21, 2025 at 12:21:08PM -0700, Alok Tiwari wrote:
> The rtnetlink FOU selftest prints an incorrect string:
> "FAIL: fou"s. Change it to the intended "FAIL: fou" by
> removing a stray character in the end_test string of the test.
>
> Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Thanks. This looks like a typo added by
commit 9c2a19f71515 ("kselftest: rtnetlink.sh: add verbose flag")
Reviewed-by: Simon Horman <horms@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] selftests: rtnetlink: correct error message in rtnetlink.sh fou test
2025-09-21 19:21 [PATCH net-next] selftests: rtnetlink: correct error message in rtnetlink.sh fou test Alok Tiwari
2025-09-22 16:46 ` Simon Horman
@ 2025-09-24 0:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-09-24 0:00 UTC (permalink / raw)
To: ALOK TIWARI
Cc: davem, edumazet, kuba, pabeni, horms, shuah, netdev,
linux-kselftest
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Sun, 21 Sep 2025 12:21:08 -0700 you wrote:
> The rtnetlink FOU selftest prints an incorrect string:
> "FAIL: fou"s. Change it to the intended "FAIL: fou" by
> removing a stray character in the end_test string of the test.
>
> Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
> ---
> tools/testing/selftests/net/rtnetlink.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [net-next] selftests: rtnetlink: correct error message in rtnetlink.sh fou test
https://git.kernel.org/netdev/net-next/c/f77064586026
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-24 0:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-21 19:21 [PATCH net-next] selftests: rtnetlink: correct error message in rtnetlink.sh fou test Alok Tiwari
2025-09-22 16:46 ` Simon Horman
2025-09-24 0:00 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).