mbox

[V1,0/3] add new test suite ice_config_port_speed

Message ID 20230717065253.1611703-1-jin.ling@intel.com (mailing list archive)
Headers

Message

Jin Ling July 17, 2023, 6:52 a.m. UTC
  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