[PATCH v6 0/4] Add second scatter test case
jspewock at iol.unh.edu
jspewock at iol.unh.edu
Fri Jun 28 19:32:28 CEST 2024
From: Jeremy Spewock <jspewock at iol.unh.edu>
v6:
* Fix port_start_then_stop decorator in the testpmd class to properly
accept parameters.
Jeremy Spewock (4):
dts: add context manager for interactive shells
dts: improve starting and stopping interactive shells
dts: add methods for modifying MTU to testpmd shell
dts: add test case that utilizes offload to pmd_buffer_scatter
dts/framework/remote_session/__init__.py | 1 +
.../remote_session/interactive_shell.py | 159 +++----------
.../single_active_interactive_shell.py | 218 ++++++++++++++++++
dts/framework/remote_session/testpmd_shell.py | 143 +++++++++++-
dts/framework/testbed_model/os_session.py | 4 +-
dts/framework/testbed_model/sut_node.py | 8 +-
.../testbed_model/traffic_generator/scapy.py | 2 +
dts/tests/TestSuite_pmd_buffer_scatter.py | 101 +++++---
dts/tests/TestSuite_smoke_tests.py | 3 +-
9 files changed, 460 insertions(+), 179 deletions(-)
create mode 100644 dts/framework/remote_session/single_active_interactive_shell.py
--
2.45.2
More information about the dev
mailing list