Hello! Sending in v2 for my patch series, which changes a lot compared to v1. The main and big change was the reworking of the arguments handling, this can potentially be seen as a controversial change but I tried to explain it as much as I could in the commit body message.
v2: - complete rework of the arguments handling, to retain the environment variables and gain control over them - prefixing 'Stderr: ' to RemoteCommandExecutionError - rebased Luca Vizzarro (3): dts: rework arguments framework dts: constrain DPDK source argument dts: store stderr in RemoteCommandExecutionError doc/guides/tools/dts.rst | 55 ++- dts/framework/exception.py | 13 +- .../remote_session/remote_session.py | 3 +- dts/framework/settings.py | 459 +++++++++++++----- dts/framework/utils.py | 44 +- 5 files changed, 417 insertions(+), 157 deletions(-) -- 2.34.1