DPDK patches and discussions
 help / color / mirror / Atom feed
From: jspewock@iol.unh.edu
To: Honnappa.Nagarahalli@arm.com, thomas@monjalon.net,
	lijuan.tu@intel.com, wathsala.vithanage@arm.com,
	probb@iol.unh.edu, juraj.linkes@pantheon.tech
Cc: dev@dpdk.org, Jeremy Spewock <jspewock@iol.unh.edu>
Subject: [RFC v1 0/1] Add scatter to DTS
Date: Fri, 11 Aug 2023 17:28:37 -0400	[thread overview]
Message-ID: <20230811212929.21983-2-jspewock@iol.unh.edu> (raw)

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

Add the scatter test suite to DTS. This suite is a rewrite of the
existing test suite that can be found in the DTS repository of the DPDK
project. This is a commonly used functional DTS test and so adding it to
the newer DTS framework is desireable to start increasing the coverage
and usability of DTS in the main repository.

This suite will replicate the tests outlined in the following test plan:
https://git.dpdk.org/tools/dts/tree/test_plans/scatter_test_plan.rst

Jeremy Spewock (1):
  dts: add scatter test suite

 .../remote_session/remote/testpmd_shell.py    | 30 ++++++++-
 dts/framework/testbed_model/__init__.py       |  2 +
 dts/framework/testbed_model/hw/__init__.py    |  1 +
 dts/framework/testbed_model/hw/port.py        |  9 +++
 dts/framework/testbed_model/sut_node.py       |  5 +-
 dts/tests/TestSuite_scatter.py                | 62 +++++++++++++++++++
 6 files changed, 107 insertions(+), 2 deletions(-)
 create mode 100644 dts/tests/TestSuite_scatter.py

-- 
2.41.0


             reply	other threads:[~2023-08-11 21:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-11 21:28 jspewock [this message]
2023-08-11 21:28 ` [RFC v1 1/1] dts: add scatter test suite jspewock

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=20230811212929.21983-2-jspewock@iol.unh.edu \
    --to=jspewock@iol.unh.edu \
    --cc=Honnappa.Nagarahalli@arm.com \
    --cc=dev@dpdk.org \
    --cc=juraj.linkes@pantheon.tech \
    --cc=lijuan.tu@intel.com \
    --cc=probb@iol.unh.edu \
    --cc=thomas@monjalon.net \
    --cc=wathsala.vithanage@arm.com \
    /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).