[PATCH net-next V3 0/6] selftests: drv-net: Fix issues in devlink_rate_tc_bw.py

Carolina Jubran posted 6 patches 1 day, 12 hours ago
.../testing/selftests/drivers/net/hw/Makefile |   1 +
.../drivers/net/hw/devlink_rate_tc_bw.py      | 174 ++++++++----------
.../drivers/net/hw/lib/py/__init__.py         |   5 +-
.../selftests/drivers/net/lib/py/__init__.py  |   5 +-
.../selftests/drivers/net/lib/py/load.py      |  84 ++++++++-
5 files changed, 157 insertions(+), 112 deletions(-)
[PATCH net-next V3 0/6] selftests: drv-net: Fix issues in devlink_rate_tc_bw.py
Posted by Carolina Jubran 1 day, 12 hours ago
Hi,

This series fixes issues in the devlink_rate_tc_bw.py selftest and
introduces a new Iperf3Runner that helps with measurement handling.

Thanks,
Carolina

V3:
- Replace generic Exception with specific exception types in load.py.

V2:
- Insert the test in the correct sorted position. 

Carolina Jubran (6):
  selftests: drv-net: Add devlink_rate_tc_bw.py to TEST_PROGS
  selftests: drv-net: introduce Iperf3Runner for measurement use cases
  selftests: drv-net: Use Iperf3Runner in devlink_rate_tc_bw.py
  selftests: drv-net: Set shell=True for sysfs writes in
    devlink_rate_tc_bw.py
  selftests: drv-net: Fix and clarify TC bandwidth split in
    devlink_rate_tc_bw.py
  selftests: drv-net: Fix tolerance calculation in devlink_rate_tc_bw.py

 .../testing/selftests/drivers/net/hw/Makefile |   1 +
 .../drivers/net/hw/devlink_rate_tc_bw.py      | 174 ++++++++----------
 .../drivers/net/hw/lib/py/__init__.py         |   5 +-
 .../selftests/drivers/net/lib/py/__init__.py  |   5 +-
 .../selftests/drivers/net/lib/py/load.py      |  84 ++++++++-
 5 files changed, 157 insertions(+), 112 deletions(-)

-- 
2.38.1