test suite reviews and discussions
 help / color / mirror / Atom feed
* [DTS][PATCH V1 0/3] add new test suite ice_config_port_speed
@ 2023-07-17  6:52 Jin Ling
  2023-07-17  6:52 ` [DTS][PATCH V1 1/3] test_plan/ice_config_port_speed: add new test plan Jin Ling
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jin Ling @ 2023-07-17  6:52 UTC (permalink / raw)
  To: dts; +Cc: Jin Ling

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

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

end of thread, other threads:[~2023-07-17  6:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-17  6:52 [DTS][PATCH V1 0/3] add new test suite ice_config_port_speed Jin Ling
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

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