mbox series

[V3,0/3] add ice_iavf_flow_subscribe

Message ID 20221219105124.350335-1-songx.jiale@intel.com (mailing list archive)
Headers
Series add ice_iavf_flow_subscribe |

Message

Jiale, SongX Dec. 19, 2022, 10:51 a.m. UTC
  add testplan and suite to test ice iavf flow subscribe.

Song Jiale (3):
  test_plans/index.rst: add ice_iavf_flow_subscribe test plan
  test_plans/ice_iavf_flow_subscribe: add a testplan to test ice iavf
    flow subscribe
  tests/ice_iavf_flow_subscribe: add a suite to test ice iavf flow
    subscribe

 .../ice_iavf_flow_subscribe_test_plan.rst     |  804 ++++++++
 test_plans/index.rst                          |    1 +
 tests/TestSuite_ice_iavf_flow_subscribe.py    | 1630 +++++++++++++++++
 3 files changed, 2435 insertions(+)
 create mode 100644 test_plans/ice_iavf_flow_subscribe_test_plan.rst
 create mode 100644 tests/TestSuite_ice_iavf_flow_subscribe.py
  

Comments

Tu, Lijuan Dec. 26, 2022, 5:07 a.m. UTC | #1
> -----Original Message-----
> From: Song Jiale <songx.jiale@intel.com>
> Sent: Monday, December 19, 2022 6:51 PM
> To: dts@dpdk.org
> Cc: Jiale, SongX <songx.jiale@intel.com>
> Subject: [PATCH V3 0/3] add ice_iavf_flow_subscribe
> 
> add testplan and suite to test ice iavf flow subscribe.
> 
> Song Jiale (3):
>   test_plans/index.rst: add ice_iavf_flow_subscribe test plan
>   test_plans/ice_iavf_flow_subscribe: add a testplan to test ice iavf
>     flow subscribe
>   tests/ice_iavf_flow_subscribe: add a suite to test ice iavf flow
>     subscribe

Applied the series, thanks