test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V2 0/6] add new common module and add new suites
@ 2023-07-05 10:53 Zhimin Huang
  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
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Zhimin Huang @ 2023-07-05 10:53 UTC (permalink / raw)
  To: dts; +Cc: Zhimin Huang

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-07-05  2:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-05 10:53 [dts][PATCH V2 0/6] add new common module and add new suites Zhimin Huang
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

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).