Hello:
This series was applied to netdev/net-next.git (main) by David S. Miller davem@davemloft.net:
On Thu, 4 Apr 2024 19:45:21 -0700 you wrote:
Currently the options for writing networking tests are C, bash or some mix of the two. YAML/Netlink gives us the ability to easily interface with Netlink in higher level laguages. In particular, there is a Python library already available in tree, under tools/net. Add the scaffolding which allows writing tests using this library.
The "scaffolding" is needed because the library lives under tools/net and uses YAML files from under Documentation/. So we need a small amount of glue code to find those things and add them to TEST_FILES.
[...]
Here is the summary with links: - [net-next,v3,1/5] selftests: net: add scaffolding for Netlink tests in Python https://git.kernel.org/netdev/net-next/c/b86761ff6374 - [net-next,v3,2/5] selftests: nl_netdev: add a trivial Netlink netdev test https://git.kernel.org/netdev/net-next/c/796c8c7fd257 - [net-next,v3,3/5] netdevsim: report stats by default, like a real device https://git.kernel.org/netdev/net-next/c/f216306bfb60 - [net-next,v3,4/5] selftests: drivers: add scaffolding for Netlink tests in Python https://git.kernel.org/netdev/net-next/c/b4db9f840283 - [net-next,v3,5/5] testing: net-drv: add a driver test for stats reporting https://git.kernel.org/netdev/net-next/c/f0e6c86e4bab
You are awesome, thank you!