mbox

[V1,0/7] add cases to test vf bonding

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

Message

Jiale, SongX Jan. 5, 2023, 11:07 a.m. UTC
  add testplan and suite to test vf bonding.

Song Jiale (7):
  tests/vf_pmd_bonded: add case to test vf bonding
  test_plans/vf_pmd_bonded: add case to test vf bonding
  tests/vf_pmd_bonded_8023ad: add case to test vf bonding
  test_plans/vf_pmd_bonded_8023ad: add cases to test vf bonding
  tests/vf_pmd_stacked_bonded: add cases to test vf bonding
  test_plans/vf_pmd_stacked_bonded: add cases to test vf bonding
  test_plans/index: add 3 suite

 test_plans/index.rst                          |    3 +
 test_plans/vf_pmd_bonded_8023ad_test_plan.rst |  411 ++++
 test_plans/vf_pmd_bonded_test_plan.rst        |  523 ++++
 .../vf_pmd_stacked_bonded_test_plan.rst       |  406 ++++
 tests/TestSuite_vf_pmd_bonded.py              | 2152 +++++++++++++++++
 tests/TestSuite_vf_pmd_bonded_8023ad.py       |  650 +++++
 tests/TestSuite_vf_pmd_stacked_bonded.py      |  614 +++++
 7 files changed, 4759 insertions(+)
 create mode 100644 test_plans/vf_pmd_bonded_8023ad_test_plan.rst
 create mode 100644 test_plans/vf_pmd_bonded_test_plan.rst
 create mode 100644 test_plans/vf_pmd_stacked_bonded_test_plan.rst
 create mode 100644 tests/TestSuite_vf_pmd_bonded.py
 create mode 100644 tests/TestSuite_vf_pmd_bonded_8023ad.py
 create mode 100644 tests/TestSuite_vf_pmd_stacked_bonded.py