mbox series

[net-next,v2,0/3] selftests: drv-net: round some sharp edges

Message ID 20240425222341.309778-1-kuba@kernel.org (mailing list archive)
Headers show
Series selftests: drv-net: round some sharp edges | expand

Message

Jakub Kicinski April 25, 2024, 10:23 p.m. UTC
I had to explain how to run the driver tests twice already.
Improve the README so we can just point to it.
Improve the config validation.

v2:
 - use split() in patch 2
 - more validation in last patch
v1: https://lore.kernel.org/r/20240424221444.4194069-1-kuba@kernel.org/

Jakub Kicinski (3):
  selftests: drv-net: extend the README with more info and example
  selftests: drv-net: reimplement the config parser
  selftests: drv-net: validate the environment

 .../testing/selftests/drivers/net/README.rst  | 97 ++++++++++++++++---
 .../selftests/drivers/net/lib/py/env.py       | 51 +++++++---
 2 files changed, 124 insertions(+), 24 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 26, 2024, 11:20 p.m. UTC | #1
Hello:

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

On Thu, 25 Apr 2024 15:23:38 -0700 you wrote:
> I had to explain how to run the driver tests twice already.
> Improve the README so we can just point to it.
> Improve the config validation.
> 
> v2:
>  - use split() in patch 2
>  - more validation in last patch
> v1: https://lore.kernel.org/r/20240424221444.4194069-1-kuba@kernel.org/
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/3] selftests: drv-net: extend the README with more info and example
    https://git.kernel.org/netdev/net-next/c/f8ac9b0fab33
  - [net-next,v2,2/3] selftests: drv-net: reimplement the config parser
    https://git.kernel.org/netdev/net-next/c/64ed7d819061
  - [net-next,v2,3/3] selftests: drv-net: validate the environment
    https://git.kernel.org/netdev/net-next/c/340ab206ce5c

You are awesome, thank you!