Ran into no issues with this when testing your port stats and info patch, so I'll provide a tested tag as well. Other than a couple of issues listed in dts-check-format, everything looks good.
Tested-by: Nicholas Pratte <npra...@iol.unh.edu> Reviewed-by: Nicholas Pratte <npra...@iol.unh.edu> 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 >