Series-reviewed-by: Patrick Robb <pr...@iol.unh.edu> As a reminder, once this is merged, UNH will add a CI job which runs mypy and reports its results to PW (only runs for patches with changes in dpdk/dts).
Luca, I assume what you had in mind was we will run dts-check-format.sh, so including isort and pylama, as opposed to just mypy? Thanks. On Tue, May 14, 2024 at 7:34 AM Luca Vizzarro <luca.vizza...@arm.com> wrote: > > v2: > - apply fix to error formatting bug in > framework/testbed_model/traffic_generator/__init__.py > > Luca Vizzarro (2): > dts: update mypy static checker > dts: clean up config types > > dts/framework/config/__init__.py | 49 ++++++----- > dts/framework/logger.py | 4 +- > .../interactive_remote_session.py | 4 +- > .../remote_session/interactive_shell.py | 2 +- > dts/framework/remote_session/ssh_session.py | 6 +- > dts/framework/runner.py | 14 +-- > dts/framework/test_result.py | 4 +- > dts/framework/test_suite.py | 6 +- > dts/framework/testbed_model/tg_node.py | 2 +- > .../traffic_generator/__init__.py | 10 +-- > .../capturing_traffic_generator.py | 4 +- > .../testbed_model/traffic_generator/scapy.py | 6 +- > .../traffic_generator/traffic_generator.py | 2 +- > dts/framework/utils.py | 2 +- > dts/poetry.lock | 86 +++++++++++-------- > dts/pyproject.toml | 3 +- > dts/tests/TestSuite_os_udp.py | 4 +- > dts/tests/TestSuite_pmd_buffer_scatter.py | 8 +- > 18 files changed, 118 insertions(+), 98 deletions(-) > > -- > 2.34.1 >