On Wed, 18 Dec 2024 21:09:09 +0800 Xiao Liang wrote:
- Add test for creating link in another netns when a link of the same name and ifindex exists in current netns.
- Add test to verify that link is created in target netns directly - no link new/del events should be generated in link netns or current netns.
- Add test cases to verify that link-netns is set as expected for various drivers and combination of namespace-related parameters.
Nice work!
You need to make sure all the drivers the test is using are enabled by the selftest kernel config: tools/testing/selftests/net/config
This may be helpful: https://github.com/linux-netdev/nipa/wiki/How-to-run-netdev-selftests-CI-sty...