DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 0/2] dts: add context manager for interactive shells
@ 2024-07-09 16:31 jspewock
  2024-07-09 16:31 ` [PATCH v1 1/2] " jspewock
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: jspewock @ 2024-07-09 16:31 UTC (permalink / raw)
  To: yoan.picchi, Honnappa.Nagarahalli, thomas, juraj.linkes,
	paul.szczepanek, probb, npratte, Luca.Vizzarro,
	wathsala.vithanage
  Cc: dev, Jeremy Spewock

From: Jeremy Spewock <jspewock@iol.unh.edu>

This series is extracted from an existing series that expands the
scatter test suite. The goal of this patch series is to take this
feature that would be useful to other test suites and extract it from
the scatter series that does not directly depend on it.

This series adds a context manager for managing interactive shells and
also adds improved methods of starting and stopping interactive shells
through features like a retry when starting the shell and a weakref
finalize class to handle garbage collection.

Jeremy Spewock (2):
  dts: add context manager for interactive shells
  dts: improve starting and stopping interactive shells

 dts/framework/remote_session/dpdk_shell.py    |   9 +-
 .../remote_session/interactive_shell.py       | 171 ++-----------
 .../single_active_interactive_shell.py        | 233 ++++++++++++++++++
 dts/framework/remote_session/testpmd_shell.py |   9 +-
 .../testbed_model/traffic_generator/scapy.py  |   2 +
 dts/tests/TestSuite_pmd_buffer_scatter.py     |  26 +-
 dts/tests/TestSuite_smoke_tests.py            |   3 +-
 7 files changed, 285 insertions(+), 168 deletions(-)
 create mode 100644 dts/framework/remote_session/single_active_interactive_shell.py

-- 
2.45.2


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-07-23 22:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-09 16:31 [PATCH v1 0/2] dts: add context manager for interactive shells jspewock
2024-07-09 16:31 ` [PATCH v1 1/2] " jspewock
2024-07-11 14:35   ` Juraj Linkeš
2024-07-11 15:31     ` Jeremy Spewock
2024-07-09 16:31 ` [PATCH v1 2/2] dts: improve starting and stopping " jspewock
2024-07-10 13:12   ` Dean Marx
2024-07-11 14:53   ` Juraj Linkeš
2024-07-11 15:32     ` Jeremy Spewock
2024-07-11 16:34 ` [PATCH v2 0/2] dts: add context manager jspewock
2024-07-11 16:34   ` [PATCH v2 1/2] dts: add context manager for interactive shells jspewock
2024-07-11 16:34   ` [PATCH v2 2/2] dts: improve starting and stopping " jspewock
2024-07-11 16:43     ` Dean Marx
2024-07-23 22:09   ` [PATCH v2 0/2] dts: add context manager Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).