aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/lib/py/netns.py
AgeCommit message (Collapse)AuthorFilesLines
2024-04-23selftests: drv-net: construct environment for running tests which require an ↵Jakub Kicinski1-0/+31
endpoint Nothing surprising here, hopefully. Wrap the variables from the environment into a class or spawn a netdevsim based env and pass it to the tests. Reviewed-by: Willem de Bruijn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>