From: Lingli Chen <linglix.chen@intel.com>
To: dts@dpdk.org
Cc: zhiminx.huang@intel.com, Lingli Chen <linglix.chen@intel.com>
Subject: [dts][PATCH V1 0/5] use decorator to skip igb_uio cases
Date: Wed, 30 Nov 2022 03:04:34 -0500 [thread overview]
Message-ID: <20221130080439.65529-1-linglix.chen@intel.com> (raw)
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
tests/TestSuite_*: skip igb_uio cases
conf/test_case_checklist.json | 11 +-
conf/test_case_supportlist.json | 5 +-
framework/test_case.py | 20 +
test_plans/generic_flow_api_test_plan.rst | 404 ++++---
tests/TestSuite_external_memory.py | 4 +-
tests/TestSuite_generic_flow_api.py | 1157 ++++++++++++++++-----
tests/TestSuite_ip_pipeline.py | 3 +-
tests/TestSuite_qinq_filter.py | 4 +-
tests/TestSuite_veb_switch.py | 3 +-
tests/TestSuite_vf_interrupt_pmd.py | 4 +-
tests/TestSuite_vf_macfilter.py | 4 +-
tests/TestSuite_vf_packet_rxtx.py | 4 +-
12 files changed, 1183 insertions(+), 440 deletions(-)
--
2.17.1
next reply other threads:[~2022-11-30 9:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-30 8:04 Lingli Chen [this message]
2022-11-30 8:04 ` [dts][PATCH V1 1/5] test_plans/generic_flow_api: add pf action subcase Lingli Chen
2022-12-06 3:21 ` Huang, ZhiminX
2022-11-30 8:04 ` [dts][PATCH V1 2/5] tests/generic_flow_api: " Lingli Chen
2022-12-06 3:24 ` Huang, ZhiminX
2022-11-30 8:04 ` [dts][PATCH V1 3/5] conf/test_case_*: " Lingli Chen
2022-11-30 8:04 ` [dts][PATCH V1 4/5] framework/test_case: add skip_unsupported_host_driver decorator Lingli Chen
2022-11-30 8:04 ` [dts][PATCH V1 5/5] tests/TestSuite_*: skip igb_uio cases Lingli Chen
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=20221130080439.65529-1-linglix.chen@intel.com \
--to=linglix.chen@intel.com \
--cc=dts@dpdk.org \
--cc=zhiminx.huang@intel.com \
/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).