selftests: fix nested double quotes in f-stringReplace nested double quotes in f-string with outer single quotes.Fixes: 6116075e18f7 ("selftests: nic_link_layer: Add link layer selftest for NIC d
selftests: fix nested double quotes in f-stringReplace nested double quotes in f-string with outer single quotes.Fixes: 6116075e18f7 ("selftests: nic_link_layer: Add link layer selftest for NIC driver")Signed-off-by: David Wei <[email protected]>Link: https://patch.msgid.link/[email protected]Signed-off-by: Jakub Kicinski <[email protected]>
show more ...
selftests: nic_link_layer: Add link layer selftest for NIC driverAdd selftest file for the link layer tests of a NIC driver.Test for auto-negotiation is added.Add LinkConfig class for changing li
selftests: nic_link_layer: Add link layer selftest for NIC driverAdd selftest file for the link layer tests of a NIC driver.Test for auto-negotiation is added.Add LinkConfig class for changing link layer configs.Selftest makes use of ksft modules and ethtool.Include selftest file in the Makefile.Signed-off-by: Mohan Prasad J <[email protected]>Signed-off-by: Paolo Abeni <[email protected]>
selftests: drv-net-hw: support using Python from net hw testsWe created a separate directory for HW-only tests, recently.Glue in the Python test library there, Python is a bit annoyingwhen it com
selftests: drv-net-hw: support using Python from net hw testsWe created a separate directory for HW-only tests, recently.Glue in the Python test library there, Python is a bit annoyingwhen 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]>