From: Jeremy Spewock <jspew...@iol.unh.edu> v6: * Fix error catch for retries. This series changed the error that is thrown in the case of a timeout, but it was originally overlooked that the context manager patch added a catch that is looking for the old timeout error. This version fixes the patch by adjusting the error that is expected in the context manager patch to match what this series changes it to.
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 +- .../single_active_interactive_shell.py | 60 ++++++++++++----- dts/framework/remote_session/testpmd_shell.py | 2 + .../testbed_model/traffic_generator/scapy.py | 50 +++++++++++++- 5 files changed, 139 insertions(+), 42 deletions(-) -- 2.45.2