Hello, sending in some minor improvements that unlocks the possibility of running any app in the background.
Best, Luca Luca Vizzarro (2): dts: add DPDK build app helper function dts: add generic blocking app class dts/framework/remote_session/blocking_app.py | 135 +++++++++++++++++++ dts/framework/remote_session/dpdk.py | 8 +- dts/framework/remote_session/dpdk_app.py | 80 ----------- dts/tests/TestSuite_packet_capture.py | 66 +++------ 4 files changed, 160 insertions(+), 129 deletions(-) create mode 100644 dts/framework/remote_session/blocking_app.py delete mode 100644 dts/framework/remote_session/dpdk_app.py -- 2.43.0