DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add DTS smoke tests
@ 2023-07-12 14:05 jspewock
  2023-07-12 14:05 ` [PATCH v4 1/2] dts: add " jspewock
  2023-07-12 14:05 ` [PATCH v4 2/2] dts: add paramiko to dependencies jspewock
  0 siblings, 2 replies; 3+ messages in thread
From: jspewock @ 2023-07-12 14:05 UTC (permalink / raw)
  To: Honnappa.Nagarahalli, juraj.linkes, thomas, lijuan.tu,
	wathsala.vithanage, probb
  Cc: dev, Jeremy Spewock

From: Jeremy Spewock <jspewock@iol.unh.edu>

Removes the method for sending a command to an interactive shell and
ignoring output.

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
* v2: https://mails.dpdk.org/archives/dev/2023-July/272833.html
* v3: https://mails.dpdk.org/archives/dev/2023-July/272930.html

Jeremy Spewock (2):
  dts: add smoke tests
  dts: add paramiko to dependencies

 dts/conf.yaml                                 |  17 +-
 dts/framework/config/__init__.py              | 105 +++++++++--
 dts/framework/config/conf_yaml_schema.json    | 142 +++++++++++++-
 dts/framework/dts.py                          |  87 ++++++---
 dts/framework/exception.py                    |  12 ++
 dts/framework/remote_session/__init__.py      |  11 +-
 dts/framework/remote_session/os_session.py    |  53 +++++-
 dts/framework/remote_session/posix_session.py |  29 ++-
 .../remote_session/remote/__init__.py         |  10 +
 .../remote/interactive_remote_session.py      |  82 ++++++++
 .../remote/interactive_shell.py               |  93 +++++++++
 .../remote_session/remote/testpmd_shell.py    |  75 ++++++++
 dts/framework/test_result.py                  |  37 +++-
 dts/framework/test_suite.py                   |  10 +-
 dts/framework/testbed_model/node.py           |   2 +
 dts/framework/testbed_model/sut_node.py       | 176 +++++++++++++-----
 dts/framework/utils.py                        |   2 +
 dts/poetry.lock                               | 160 ++++++++++++----
 dts/pyproject.toml                            |   1 +
 dts/tests/TestSuite_smoke_tests.py            | 113 +++++++++++
 20 files changed, 1083 insertions(+), 134 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-12 14:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-12 14:05 [PATCH v4 0/2] Add DTS smoke tests jspewock
2023-07-12 14:05 ` [PATCH v4 1/2] dts: add " jspewock
2023-07-12 14:05 ` [PATCH v4 2/2] dts: add paramiko to dependencies jspewock

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).