aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/drivers/net/hw/lib/py
AgeCommit message (Collapse)AuthorFilesLines
2024-04-30selftests: drv-net-hw: support using Python from net hw testsJakub Kicinski1-0/+16
We created a separate directory for HW-only tests, recently. Glue in the Python test library there, Python is a bit annoying when it comes to using library code located "lower" in the directory structure. Reuse the Env class, but let tests require non-nsim setup. Reviewed-by: Willem de Bruijn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>