mbox series

[net,0/3,v4] selftests: drv: net: fix `ping.py` test failure

Message ID 20250503013518.1722913-1-mohsin.bashr@gmail.com
Headers show
Series selftests: drv: net: fix `ping.py` test failure | expand

Message

Mohsin Bashir May 3, 2025, 1:35 a.m. UTC
Fix `ping.py` test failure on an ipv6 system, and appropriately handle the
cases where either one of the two address families (ipv4, ipv6) is not
present.

Mohsin Bashir (3):
  selftests: drv: net: fix test failure on ipv6 sys
  selftests: drv: net: avoid skipping tests
  selftests: drv: net: add version indicator

 tools/testing/selftests/drivers/net/ping.py | 45 ++++++++++++---------
 1 file changed, 27 insertions(+), 18 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 6, 2025, 1:20 a.m. UTC | #1
Hello:

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

On Fri,  2 May 2025 18:35:15 -0700 you wrote:
> Fix `ping.py` test failure on an ipv6 system, and appropriately handle the
> cases where either one of the two address families (ipv4, ipv6) is not
> present.
> 
> Mohsin Bashir (3):
>   selftests: drv: net: fix test failure on ipv6 sys
>   selftests: drv: net: avoid skipping tests
>   selftests: drv: net: add version indicator
> 
> [...]

Here is the summary with links:
  - [net,1/3] selftests: drv: net: fix test failure on ipv6 sys
    https://git.kernel.org/netdev/net/c/b344a48cbe5f
  - [net,2/3] selftests: drv: net: avoid skipping tests
    https://git.kernel.org/netdev/net/c/8bb7d8e5cf7f
  - [net,3/3] selftests: drv: net: add version indicator
    https://git.kernel.org/netdev/net/c/4a9d494ca24b

You are awesome, thank you!