mbox series

[V2,0/3] add ice_iavf_flow_subscribe

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

Message

Jiale, SongX Nov. 29, 2022, 6:23 p.m. UTC
  add testplan and suite to test 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