mbox series

[v4,0/3] Improve interactive shell output gathering and logging

Message ID 20240620173609.15375-1-jspewock@iol.unh.edu (mailing list archive)
Headers
Series Improve interactive shell output gathering and logging |

Message

Jeremy Spewock June 20, 2024, 5:36 p.m. UTC
From: Jeremy Spewock <jspewock@iol.unh.edu>

v4:
  * rebase on top of rc1.
  * address comments and fix typos in the added docstring example.

Jeremy Spewock (3):
  dts: Improve output gathering in interactive shells
  dts: Add missing docstring from XML-RPC server
  dts: Improve logging for interactive shells

 dts/framework/exception.py                    | 66 ++++++++++++-------
 dts/framework/remote_session/dpdk_shell.py    |  3 +-
 .../remote_session/interactive_shell.py       | 58 +++++++++++-----
 dts/framework/remote_session/testpmd_shell.py |  2 +
 .../testbed_model/traffic_generator/scapy.py  | 50 +++++++++++++-
 5 files changed, 139 insertions(+), 40 deletions(-)
  

Comments

Thomas Monjalon July 23, 2024, 10:17 p.m. UTC | #1
> Jeremy Spewock (3):
>   dts: Improve output gathering in interactive shells
>   dts: Add missing docstring from XML-RPC server
>   dts: Improve logging for interactive shells

Please could you rebase in a v5?