mbox

[V1,0/4] add new testsuite of DPDK-22.03

Message ID 20220421052209.1553155-1-weix.ling@intel.com (mailing list archive)
Headers

Message

Ling, WeiX April 21, 2022, 5:22 a.m. UTC
  Add new testsuite, include:
test_plans/index
test_plans/vswitch_pvp_multi_paths_performance_with_cbdma_test_plan
tests/vswitch_pvp_multi_paths_performance_with_cbdma
conf/vswitch_pvp_multi_paths_performance_with_cbdma

Wei Ling (4):
  test_plans/index: add new testsuite
  conf/vswitch_pvp_multi_paths_performance_with_cbdma: add new testsuite
    config file
  test_plans/vswitch_pvp_multi_paths_performance_with_cbdma_test_plan:
    add new testplan of DPDK-22.03
  tests/vswitch_pvp_multi_paths_performance_with_cbdma: add new
    testsuite of DPDK-22.03

 ...pvp_multi_paths_performance_with_cbdma.cfg |   7 +
 test_plans/index.rst                          |   1 +
 ...paths_performance_with_cbdma_test_plan.rst | 395 +++++++++++
 ..._pvp_multi_paths_performance_with_cbdma.py | 646 ++++++++++++++++++
 4 files changed, 1049 insertions(+)
 create mode 100644 conf/vswitch_pvp_multi_paths_performance_with_cbdma.cfg
 create mode 100644 test_plans/vswitch_pvp_multi_paths_performance_with_cbdma_test_plan.rst
 create mode 100644 tests/TestSuite_vswitch_pvp_multi_paths_performance_with_cbdma.py