[PATCH 0/3] dts: enable types of Scapy
Luca Vizzarro
luca.vizzarro at arm.com
Tue Dec 10 11:40:48 CET 2024
Hi there,
sending in a could of patches which update our current dependencies,
therefore enabling typed Scapy. Updated mypy also suggested to add
missing stubs, which were add appropriately.
Depends-on: series-34127 ("dts: add Ruff and docstring linting")
Best regards,
Luca
Luca Vizzarro (3):
dts: update dependencies
dts: add missing type stubs
dts: resolve mypy type errors
.../interactive_remote_session.py | 4 +-
.../single_active_interactive_shell.py | 2 +-
dts/framework/remote_session/ssh_session.py | 4 +-
dts/framework/test_suite.py | 20 +-
dts/framework/testbed_model/capability.py | 4 +-
dts/framework/testbed_model/tg_node.py | 2 +-
.../capturing_traffic_generator.py | 4 +-
.../testbed_model/traffic_generator/scapy.py | 6 +-
.../traffic_generator/traffic_generator.py | 2 +-
dts/framework/utils.py | 6 +-
dts/poetry.lock | 1283 +++++++++--------
dts/pyproject.toml | 8 +-
dts/tests/TestSuite_checksum_offload.py | 24 +-
dts/tests/TestSuite_dynamic_queue_conf.py | 15 +-
dts/tests/TestSuite_mac_filter.py | 6 +-
dts/tests/TestSuite_pmd_buffer_scatter.py | 17 +-
dts/tests/TestSuite_vlan.py | 6 +-
17 files changed, 752 insertions(+), 661 deletions(-)
--
2.43.0
More information about the dev
mailing list