Re: [PATCH net-next v2 3/7] selftests: net: add scaffolding for Netlink tests in Python

2024-04-04 Thread Petr Machata
Jakub Kicinski writes: > Add glue code for accessing the YNL library which lives under > tools/net and YAML spec files from under Documentation/. > Automatically figure out if tests are run in tree or not. > Since we'll want to use this library both from net and > drivers/net test targets make

[PATCH net-next v2 3/7] selftests: net: add scaffolding for Netlink tests in Python

2024-04-02 Thread Jakub Kicinski
Add glue code for accessing the YNL library which lives under tools/net and YAML spec files from under Documentation/. Automatically figure out if tests are run in tree or not. Since we'll want to use this library both from net and drivers/net test targets make the library a target as well, and