test suite reviews and discussions
 help / color / mirror / Atom feed
* [DTS][PATCH V1 00/21] update test plans and tests to support represented port action and port representor action from deprecated vf action on DCF cases
@ 2022-09-28  3:18 Ke Xu
  2022-09-28  3:18 ` [DTS][PATCH V1 01/21] test_plans/dcf_lifecycle: update test plan to support represented port action from deprecated vf action Ke Xu
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: Ke Xu @ 2022-09-28  3:18 UTC (permalink / raw)
  To: dts; +Cc: lijuan.tu, jin.ling, zhiminx.huang, weiyuanx.li, qi.fu, Ke Xu

New API covers deprecated TO_VF action on DCFs by port representor and
 represented port actions. These patches checks the existing use of vf id
 action and vf original action and replace them with new API.

One subcase for deprecated action is removed. In ice_dcf_switch_filter, negative
 case subcase 8: invalid vf id is removed for introducing of new API is not
 using vf id. New API may introduce invalid port id and that will be covered by
 a new subcase added in the patch covering new API.

Ke Xu (9):
  test_plans/ice_dcf_switch_filter_gtpu: update test plan to support
    represented port action from deprecated vf action
  test_plans/ice_dcf_switch_filter_pppoe: update test plan to support
    represented port action from deprecated vf action
  test_plans/ice_qinq: update test plan to support represented port
    action from deprecated vf action
  test_plans/ice_dcf_data_path: update test plan to support port
    representor action from deprecated vf action
  tests/ice_qinq: update test plan to support represented port action
    from deprecated vf action
  tests/ice_dcf_data_path: update test plan to support port representor
    action from deprecated vf action
  test_plans/ice_dcf_switch_filter: update test plan to support
    represented port action from deprecated vf action
  test/ice_dcf_switch_filter: update test plan to support represented
    port action from deprecated vf action
  test_plans/ice_dcf_switch_filter: add white space to formate the table

Jin Ling (9):
  test_plans/dcf_lifecycle: update test plan to support represented port
    action from deprecated vf action
  test_plans/ice_dcf_acl_filter: update test plan to support represented
    port action from deprecated vf action
  test_plans/ice_limit_value_test: update test plan to support
    represented port action from deprecated vf action
  test_plans/ice_dcf_flow_priority: update test plan to support
    represented port action from deprecated vf action
  test_plans/ice_dcf_acl_filter: remove redundant white space
  test_plans/dcf_lifecycle: remove redundant white space
  tests/dcf_lifecycle: update test plan to support represented port
    action from deprecated vf action
  tests/ice_dcf_acl_filter: update test plan to support represented port
    action from deprecated vf action
  tests/ice_limit_value_test: update test plan to support represented
    port action from deprecated vf action

Weiyuan Li (1)
  tests/ice_dcf_flow_priority: update test plan to support represented
    port action from deprecated vf action

Zhimin Huang (2)
  tests/ice_dcf_switch_filter_gtpu: update test plan to support
    represented port action from deprecated vf action
  tests/ice_dcf_switch_filter_pppoe: update test plan to support
    represented port action from deprecated vf action

 test_plans/dcf_lifecycle_test_plan.rst        | 196 +++--
 test_plans/ice_dcf_acl_filter_test_plan.rst   |  74 +-
 test_plans/ice_dcf_data_path_test_plan.rst    |   2 +-
 .../ice_dcf_flow_priority_test_plan.rst       | 560 +++++++-------
 .../ice_dcf_switch_filter_gtpu_test_plan.rst  | 136 ++--
 .../ice_dcf_switch_filter_pppoe_test_plan.rst | 284 ++++----
 .../ice_dcf_switch_filter_test_plan.rst       | 681 +++++++++---------
 test_plans/ice_limit_value_test_test_plan.rst |  12 +-
 test_plans/ice_qinq_test_plan.rst             | 104 +--
 tests/TestSuite_dcf_lifecycle.py              |  24 +-
 tests/TestSuite_ice_dcf_acl_filter.py         | 104 +--
 tests/TestSuite_ice_dcf_data_path.py          |   2 +-
 tests/TestSuite_ice_dcf_flow_priority.py      | 460 ++++++------
 tests/TestSuite_ice_dcf_switch_filter.py      | 579 ++++++++-------
 tests/TestSuite_ice_dcf_switch_filter_gtpu.py | 550 +++++++-------
 .../TestSuite_ice_dcf_switch_filter_pppoe.py  | 172 ++---
 tests/TestSuite_ice_limit_value_test.py       |  12 +-
 tests/TestSuite_ice_qinq.py                   |  96 +--
 18 files changed, 2052 insertions(+), 1996 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-09-28  3:28 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28  3:18 [DTS][PATCH V1 00/21] update test plans and tests to support represented port action and port representor action from deprecated vf action on DCF cases Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 01/21] test_plans/dcf_lifecycle: update test plan to support represented port action from deprecated vf action Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 02/21] test_plans/ice_dcf_acl_filter: " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 03/21] test_plans/ice_limit_value_test: " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 04/21] test_plans/ice_dcf_flow_priority: " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 05/21] test_plans/ice_dcf_switch_filter_gtpu: " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 06/21] test_plans/ice_dcf_switch_filter_pppoe: " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 07/21] test_plans/ice_qinq: " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 08/21] test_plans/ice_dcf_acl_filter: remove redundant white space Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 09/21] test_plans/dcf_lifecycle: " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 10/21] test_plans/ice_dcf_data_path: update test plan to support port representor action from deprecated vf action Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 11/21] tests/dcf_lifecycle: update test plan to support represented port " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 12/21] tests/ice_dcf_acl_filter: " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 13/21] tests/ice_limit_value_test: " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 14/21] tests/ice_dcf_flow_priority: " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 15/21] tests/ice_dcf_switch_filter_gtpu: " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 16/21] tests/ice_dcf_switch_filter_pppoe: " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 17/21] tests/ice_qinq: " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 18/21] tests/ice_dcf_data_path: update test plan to support port representor " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 19/21] test_plans/ice_dcf_switch_filter: update test plan to support represented port " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 20/21] test/ice_dcf_switch_filter: " Ke Xu
2022-09-28  3:18 ` [DTS][PATCH V1 21/21] test_plans/ice_dcf_switch_filter: add white space to formate the table Ke Xu

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