[PATCH v5 0/1] dts: add missing type hints to method signatures
Andrew Bailey
abailey at iol.unh.edu
Fri Sep 5 14:40:57 CEST 2025
v5: The only change made in this patch was replacing a method
argument that I had removed in v4. The kwargs argument in
the traffic generator class seemed to be unused and was removed which
caused the v4 patch to crash and now is put back to how it was prior.
Signed-off-by: Andrew Bailey <abailey at iol.unh.edu>
Andrew Bailey (1):
dts: add missing type hints to method signatures
.mailmap | 1 +
dts/framework/context.py | 10 +++---
dts/framework/exception.py | 8 ++---
dts/framework/logger.py | 6 ++--
dts/framework/params/__init__.py | 8 ++---
dts/framework/remote_session/dpdk.py | 16 ++++-----
dts/framework/remote_session/dpdk_shell.py | 2 +-
.../remote_session/interactive_shell.py | 6 ++--
dts/framework/remote_session/python_shell.py | 2 +-
.../remote_session/remote_session.py | 2 +-
dts/framework/remote_session/shell_pool.py | 10 +++---
dts/framework/remote_session/testpmd_shell.py | 14 ++++----
dts/framework/runner.py | 2 +-
dts/framework/settings.py | 11 +++---
dts/framework/test_result.py | 10 +++---
dts/framework/test_run.py | 36 +++++++++----------
dts/framework/test_suite.py | 4 +--
dts/framework/testbed_model/capability.py | 10 +++---
dts/framework/testbed_model/cpu.py | 4 +--
dts/framework/testbed_model/node.py | 2 +-
dts/framework/testbed_model/os_session.py | 2 +-
dts/framework/testbed_model/port.py | 4 +--
dts/framework/testbed_model/posix_session.py | 2 +-
.../testbed_model/traffic_generator/scapy.py | 14 ++++----
.../traffic_generator/traffic_generator.py | 7 ++--
dts/framework/testbed_model/virtual_device.py | 2 +-
dts/framework/utils.py | 6 ++--
dts/tests/TestSuite_blocklist.py | 8 ++---
dts/tests/TestSuite_dynamic_queue_conf.py | 8 ++---
...stSuite_port_restart_config_persistency.py | 2 +-
30 files changed, 113 insertions(+), 106 deletions(-)
--
2.50.1
More information about the dev
mailing list