mbox series

[v7,0/2] Add second scatter test case

Message ID 20240709175341.183888-1-jspewock@iol.unh.edu (mailing list archive)
Headers
Series Add second scatter test case |

Message

Jeremy Spewock July 9, 2024, 5:53 p.m. UTC
From: Jeremy Spewock <jspewock@iol.unh.edu>

The decision was made to break this series in half meaning that this new
version no longer contains the context manager or the change that uses a
weakref finalize class for cleaning up interactive shells. Instead this
new version only contains the changes to the testpmd shell that add the
necessary methods and the addition of a new scatter test suite.

Jeremy Spewock (2):
  dts: add methods for modifying MTU to testpmd shell
  dts: add test case that utilizes offload to pmd_buffer_scatter

 dts/framework/remote_session/testpmd_shell.py | 131 +++++++++++++++++-
 dts/framework/testbed_model/sut_node.py       |   4 +-
 dts/tests/TestSuite_pmd_buffer_scatter.py     |  88 ++++++++----
 3 files changed, 196 insertions(+), 27 deletions(-)