test suite reviews and discussions
 help / color / mirror / Atom feed
From: Jin Ling <jin.ling@intel.com>
To: dts@dpdk.org
Cc: Jin Ling <jin.ling@intel.com>
Subject: [DTS][PATCH V1 0/3] add new test suite ice_config_port_speed
Date: Mon, 17 Jul 2023 14:52:50 +0800	[thread overview]
Message-ID: <20230717065253.1611703-1-jin.ling@intel.com> (raw)

This suite provides the function for configuring the port speed function in testpmd
You can get the link speed supported of the NIC by executing `ethtool <iface>`, only the supported speed can be configured,
if its' link partner also supports this speed, then once the speed of the dut is reconfigured,
the link partner's speed will also be configured.

Jin Ling (3):
  test_plan/ice_config_port_speed: add new test plan
  tests/ice_config_port_speed: add new test cases
  test_plans/index: add new test_suite

 .../ice_config_port_speed_test_plan.rst       | 141 ++++++++++++++++++
 test_plans/index.rst                          |   1 +
 tests/TestSuite_ice_config_port_speed.py      |  63 ++++++++
 3 files changed, 205 insertions(+)
 create mode 100644 test_plans/ice_config_port_speed_test_plan.rst
 create mode 100644 tests/TestSuite_ice_config_port_speed.py

--
2.25.1

             reply	other threads:[~2023-07-17  6:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-17  6:52 Jin Ling [this message]
2023-07-17  6:52 ` [DTS][PATCH V1 1/3] test_plan/ice_config_port_speed: add new test plan Jin Ling
2023-07-17  6:52 ` [DTS][PATCH V1 2/3] tests/ice_config_port_speed: add new test cases Jin Ling
2023-07-17  6:52 ` [DTS][PATCH V1 3/3] test_plans/index: add new test_suite Jin Ling

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=20230717065253.1611703-1-jin.ling@intel.com \
    --to=jin.ling@intel.com \
    --cc=dts@dpdk.org \
    /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).