Hi Luca,

I noticed in the new version of this series the "improve statistics" patch was taken out, was there any reason for this? I believe Juraj wanted to create a feature that wrote all of the test suite/case summaries in a JSON/text output file, is this going to be implemented later or in a different format?
https://patches.dpdk.org/project/dpdk/patch/20240906132656.21729-13-juraj.linkes@pantheon.tech/

On Mon, Oct 21, 2024 at 9:49 AM Luca Vizzarro <luca.vizzarro@arm.com> wrote:
Hello,

taking over this patchset from Tomáš, who no longer contributes to
DTS. Please find in this cover letter the changes I've made.

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: fix remote session file transfer vars
  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

 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 +-
 20 files changed, 1130 insertions(+), 636 deletions(-)

--
2.43.0