Hello, sending a fix for some minor problems found in the meantime.
v3: - added Tomáš to mailmap - fixed docstrings - amended commit subject v2: - rebased on top of dts-next and resolved conflicts - fixed bugs - rephrased some docstrings - improved settings naming for less ambiguity - improved commit subjects and bodies Kind regards, Luca Tomáš Ďurovec (7): dts: rename build target to DPDK build dts: enforce one dpdk build per test run dts: change remote and local paths objects dts: enable copying directories to and from nodes dts: add support for externally compiled DPDK doc: update argument options for external DPDK build dts: remove git ref option .mailmap | 1 + doc/guides/tools/dts.rst | 82 ++-- dts/conf.yaml | 18 +- dts/framework/config/__init__.py | 142 ++++++- dts/framework/config/conf_yaml_schema.json | 72 +++- dts/framework/config/types.py | 19 +- dts/framework/exception.py | 4 +- dts/framework/logger.py | 4 - dts/framework/remote_session/dpdk_shell.py | 2 +- .../remote_session/remote_session.py | 24 +- dts/framework/remote_session/ssh_session.py | 18 +- dts/framework/runner.py | 139 ++----- dts/framework/settings.py | 202 +++++++--- dts/framework/test_result.py | 124 ++---- dts/framework/test_suite.py | 2 +- dts/framework/testbed_model/node.py | 22 +- dts/framework/testbed_model/os_session.py | 209 ++++++++-- dts/framework/testbed_model/posix_session.py | 141 ++++++- dts/framework/testbed_model/sut_node.py | 376 ++++++++++++------ dts/framework/utils.py | 164 +++----- dts/tests/TestSuite_smoke_tests.py | 2 +- 21 files changed, 1131 insertions(+), 636 deletions(-) -- 2.43.0