mbox

[V2,0/5] modify script to adapt changes in dpdk

Message ID 20230217122023.2345221-1-songx.jiale@intel.com (mailing list archive)
Headers

Message

Jiale, SongX Feb. 17, 2023, 12:20 p.m. UTC
  the display information of the binding port in dpdk-testpmd has changed.
modify the script to adapt to this change.

According to dpdk commit f3b5f3d35c59e1("app/testpmd: use dump API to show bonding info").

Song Jiale (5):
  tests/bonding: modify the script to adapt to changes in dpdk
  test_plans/pmd_bonded_8023ad: modify the script to adapt to changes in
    dpdk
  tests/pmd_bonded_8023ad: modify the script to adapt to changes in dpdk
  test_plans/pmd_bonded: modify the script to adapt to changes in dpdk
  tests/pmd_bonded: modify the script to adapt to changes in dpdk

 test_plans/pmd_bonded_8023ad_test_plan.rst | 82 +++++++++++++++++++---
 test_plans/pmd_bonded_test_plan.rst        | 18 ++---
 tests/TestSuite_pmd_bonded.py              | 53 +++++++-------
 tests/TestSuite_pmd_bonded_8023ad.py       |  4 +-
 tests/bonding.py                           | 36 +++++-----
 5 files changed, 132 insertions(+), 61 deletions(-)