DPDK patches and discussions
 help / color / mirror / Atom feed
From: Adam Hassick <ahassick@iol.unh.edu>
To: jspewock@iol.unh.edu
Cc: dev@dpdk.org
Subject: Re: [PATCH v2 0/2] Add DTS smoke tests
Date: Fri, 18 Aug 2023 14:34:27 -0400	[thread overview]
Message-ID: <CAC-YWqg2rG2a39qVkcGbDaAaDRKgXgNdP=ji4Eyc-_jFmTTkjw@mail.gmail.com> (raw)
In-Reply-To: <20230710162104.24425-4-jspewock@iol.unh.edu>

[-- Attachment #1: Type: text/plain, Size: 2584 bytes --]

Recheck-request: iol-unit-amd64-testing, iol-compile-arm64-testing,
iol-broadcom-Functional

This email is a test for our (in development) email based retesting
framework. Please ignore.

On Mon, Jul 10, 2023 at 12:23 PM <jspewock@iol.unh.edu> wrote:

> From: Jeremy Spewock <jspewock@iol.unh.edu>
>
> This version of the series addresses comments and improvements listed on
> the previous non-RFC patch.
>
> RFCs for this patch:
> * v3: https://mails.dpdk.org/archives/dev/2023-June/269859.html
> * v2: https://mails.dpdk.org/archives/dev/2023-May/267915.html
> * v1: https://mails.dpdk.org/archives/dev/2023-April/266580.html
>
> Previous patch:
> * v1: https://mails.dpdk.org/archives/dev/2023-June/271309.html
>
> Jeremy Spewock (2):
>   dts: add smoke tests
>   dts: add paramiko to dependencies
>
>  dts/conf.yaml                                 |  17 +-
>  dts/framework/config/__init__.py              | 116 +++++++++--
>  dts/framework/config/conf_yaml_schema.json    | 142 +++++++++++++-
>  dts/framework/dts.py                          |  88 ++++++---
>  dts/framework/exception.py                    |  12 ++
>  dts/framework/remote_session/__init__.py      |  10 +-
>  dts/framework/remote_session/os_session.py    |  24 ++-
>  dts/framework/remote_session/posix_session.py |  29 ++-
>  .../remote_session/remote/__init__.py         |  10 +
>  .../remote/interactive_remote_session.py      | 118 ++++++++++++
>  .../remote/interactive_shell.py               |  99 ++++++++++
>  .../remote_session/remote/testpmd_shell.py    |  67 +++++++
>  dts/framework/test_result.py                  |  37 +++-
>  dts/framework/test_suite.py                   |  21 +-
>  dts/framework/testbed_model/node.py           |   2 +
>  dts/framework/testbed_model/sut_node.py       | 180 +++++++++++++-----
>  dts/poetry.lock                               | 160 ++++++++++++----
>  dts/pyproject.toml                            |   1 +
>  dts/tests/TestSuite_smoke_tests.py            | 118 ++++++++++++
>  19 files changed, 1118 insertions(+), 133 deletions(-)
>  create mode 100644
> dts/framework/remote_session/remote/interactive_remote_session.py
>  create mode 100644
> dts/framework/remote_session/remote/interactive_shell.py
>  create mode 100644 dts/framework/remote_session/remote/testpmd_shell.py
>  create mode 100644 dts/tests/TestSuite_smoke_tests.py
>
> --
> 2.41.0
>
>

-- 
*Adam Hassick*
Senior Developer
UNH InterOperability Lab
ahassick@iol.unh.edu
iol.unh.edu <https://www.iol.unh.edu/>
+1 (603) 475-8248

[-- Attachment #2: Type: text/html, Size: 4406 bytes --]

      parent reply	other threads:[~2023-08-18 18:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-10 16:19 jspewock
2023-07-10 16:19 ` [PATCH v2 1/2] dts: add " jspewock
2023-07-11  9:42   ` Juraj Linkeš
2023-07-11 18:30     ` Jeremy Spewock
2023-07-10 16:19 ` [PATCH v2 2/2] dts: add paramiko to dependencies jspewock
2023-07-10 22:09   ` Patrick Robb
2023-08-18 19:44   ` Adam Hassick
2023-08-18 18:34 ` Adam Hassick [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAC-YWqg2rG2a39qVkcGbDaAaDRKgXgNdP=ji4Eyc-_jFmTTkjw@mail.gmail.com' \
    --to=ahassick@iol.unh.edu \
    --cc=dev@dpdk.org \
    --cc=jspewock@iol.unh.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).