test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V2 0/5] use decorator to skip igb_uio cases
@ 2022-12-09  7:08 Lingli Chen
  2022-12-09  7:08 ` [dts][PATCH V2 1/5] test_plans/generic_flow_api: add pf action subcase Lingli Chen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Lingli Chen @ 2022-12-09  7:08 UTC (permalink / raw)
  To: dts; +Cc: zhiminx.huang, Lingli Chen

1. external_memory/ip_pipeline/qinq_filter/veb_switch/vf_interrupt_pmd/vf_macfilter/vf_packet_rxtx 7 suits need use decorator to skip igb_uio cases.
2. generic_flow_api need to split pf action and vf action, pf action can replace by vfio-pci.

Lingli Chen (5):
  test_plans/generic_flow_api: add pf action subcase
  tests/generic_flow_api: add pf action subcase
  conf/test_case_*: add pf action subcase
  framework/test_case: add skip_unsupported_host_driver decorator
  tests/TestSuite_*: skip igb_uio cases

 conf/test_case_checklist.json             |   11 +-
 conf/test_case_supportlist.json           |    5 +-
 framework/test_case.py                    |   22 +
 test_plans/generic_flow_api_test_plan.rst |  419 +++++---
 tests/TestSuite_external_memory.py        |    4 +-
 tests/TestSuite_generic_flow_api.py       | 1167 ++++++++++++++++-----
 tests/TestSuite_ip_pipeline.py            |    3 +-
 tests/TestSuite_qinq_filter.py            |    4 +-
 tests/TestSuite_veb_switch.py             |    3 +-
 tests/TestSuite_vf_interrupt_pmd.py       |    3 +-
 tests/TestSuite_vf_macfilter.py           |    4 +-
 tests/TestSuite_vf_packet_rxtx.py         |    4 +-
 12 files changed, 1205 insertions(+), 444 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-12-09  8:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-09  7:08 [dts][PATCH V2 0/5] use decorator to skip igb_uio cases Lingli Chen
2022-12-09  7:08 ` [dts][PATCH V2 1/5] test_plans/generic_flow_api: add pf action subcase Lingli Chen
2022-12-09  7:08 ` [dts][PATCH V2 2/5] tests/generic_flow_api: " Lingli Chen
2022-12-09  7:08 ` [dts][PATCH V2 3/5] conf/test_case_*: " Lingli Chen
2022-12-09  7:08 ` [dts][PATCH V2 4/5] framework/test_case: add skip_unsupported_host_driver decorator Lingli Chen
2022-12-09  7:08 ` [dts][PATCH V2 5/5] tests/TestSuite_*: skip igb_uio cases Lingli Chen

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