test suite reviews and discussions
 help / color / mirror / Atom feed
From: Zhimin Huang <zhiminx.huang@intel.com>
To: dts@dpdk.org
Cc: Zhimin Huang <zhiminx.huang@intel.com>
Subject: [dts][PATCH V2 0/6] add new common module and add new suites
Date: Wed,  5 Jul 2023 10:53:38 +0000	[thread overview]
Message-ID: <20230705105344.1031168-1-zhiminx.huang@intel.com> (raw)

func_test_base:
1.integrate the commonly used methods for test cases.
2.add some basic testing process, for vlan offload, rxtx check...

kernelpf_vf:
1.cover kernelpf_iavf/xstats_check/vf_macfilter/vf_vlan/vf_rss in
kernelpf_vf test suite.
2.use func_test_base to refactor test cases

ice_kernelpf_dcf:
1.support most of the pmd func for dcf

Zhimin Huang (6):
  tests/func_test_base:add new commom module to refactor func test cases
  tests/kernelpf_vf:add new suite to cover most of the basic vf cases
  test_plans/kernelpf_vf_test_plan:add new plan to cover most of the basic vf cases
  tests/ice_kernelpf_dcf:add new suite to cover dcf pmd function
  test_plans/ice_kernelpf_dcf_test_plan:add new plan to cover the most
    of dcf pmd function
  conf/*:add config file for new suites

 conf/ice_kernelpf_dcf.cfg                 |  106 ++
 conf/kernelpf_vf.cfg                      |  106 ++
 test_plans/ice_kernelpf_dcf_test_plan.rst |  596 ++++++++++
 test_plans/index.rst                      |    2 +
 test_plans/kernelpf_vf_test_plan.rst      | 1294 +++++++++++++++++++++
 tests/TestSuite_ice_kernelpf_dcf.py       |  710 +++++++++++
 tests/TestSuite_kernelpf_vf.py            | 1055 +++++++++++++++++
 tests/func_test_base.py                   |  977 ++++++++++++++++
 8 files changed, 4846 insertions(+)
 create mode 100644 conf/ice_kernelpf_dcf.cfg
 create mode 100644 conf/kernelpf_vf.cfg
 create mode 100644 test_plans/ice_kernelpf_dcf_test_plan.rst
 create mode 100644 test_plans/kernelpf_vf_test_plan.rst
 create mode 100644 tests/TestSuite_ice_kernelpf_dcf.py
 create mode 100644 tests/TestSuite_kernelpf_vf.py
 create mode 100644 tests/func_test_base.py

-- 
2.25.1


             reply	other threads:[~2023-07-05  2:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-05 10:53 Zhimin Huang [this message]
2023-07-05 10:53 ` [dts][PATCH V2 1/6] tests/func_test_base:add new commom module to refactor func test cases Zhimin Huang
2023-07-05 10:53 ` [dts][PATCH V2 2/6] tests/kernelpf_vf:add new suite to cover most of the basic vf cases Zhimin Huang
2023-07-05 10:53 ` [dts][PATCH V2 3/6] test_plans/kernelpf_vf_test_plan:add new plan " Zhimin Huang
2023-07-05 10:53 ` [dts][PATCH V2 4/6] tests/ice_kernelpf_dcf:add new suite to cover dcf pmd function Zhimin Huang
2023-07-05 10:53 ` [dts][PATCH V2 5/6] test_plans/ice_kernelpf_dcf_test_plan:add new plan to cover the most of " Zhimin Huang
2023-07-05 10:53 ` [dts][PATCH V2 6/6] conf/*:add config file for new suites Zhimin Huang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230705105344.1031168-1-zhiminx.huang@intel.com \
    --to=zhiminx.huang@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).