mbox series

[net,0/2] selftests: net: more pmtu.sh fixes

Message ID cover.1707731086.git.pabeni@redhat.com (mailing list archive)
Headers show
Series selftests: net: more pmtu.sh fixes | expand

Message

Paolo Abeni Feb. 12, 2024, 10:19 a.m. UTC
The mentioned test is still flaky, unusally enough in 'fast'
environments.

Patch 2/2 [try to] address the existing issues, while patch 1/2
introduces more strict tests for the existing net helpers, to hopefully
prevent future pain.

Paolo Abeni (2):
  selftests: net: more strict check in net_helper
  selftests: net: more pmtu.sh fixes

 tools/testing/selftests/net/net_helper.sh | 11 +++++++----
 tools/testing/selftests/net/pmtu.sh       |  4 ++--
 2 files changed, 9 insertions(+), 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 13, 2024, 6:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 12 Feb 2024 11:19:22 +0100 you wrote:
> The mentioned test is still flaky, unusally enough in 'fast'
> environments.
> 
> Patch 2/2 [try to] address the existing issues, while patch 1/2
> introduces more strict tests for the existing net helpers, to hopefully
> prevent future pain.
> 
> [...]

Here is the summary with links:
  - [net,1/2] selftests: net: more strict check in net_helper
    https://git.kernel.org/netdev/net/c/a71d0908e32f
  - [net,2/2] selftests: net: more pmtu.sh fixes
    https://git.kernel.org/netdev/net/c/20622dc934e1

You are awesome, thank you!