From patchwork Wed Sep 28 03:18:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ke Xu X-Patchwork-Id: 116977 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2EA53A00C2; Wed, 28 Sep 2022 05:23:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0804641133; Wed, 28 Sep 2022 05:23:52 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 231F640E25 for ; Wed, 28 Sep 2022 05:23:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1664335431; x=1695871431; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=a+1ltfKhLnYQSS/8LAdeplvzX6O4p1aZtNbcnZKwlRE=; b=Lm68V7JkSKMTJxgOivpYHk/9sl+rA9/Rr3yGM5hIEus2wreYdbCCgf20 R7P+y1yQGj2ocuoyPFKpD7Zn+ndGr2y7o1Yw6eM4L6wwatEQXxNwSwwTB gzly6NAO9Jl2ih5GVNb4wnGINcjZJKSSRGHritfXNHinptc+vXrDmGoiD 5HaDJwTsR6V0CEqdKpwYgxqMSlzcb3I8JBRhoQPwDxU8mdfGf3zmDdWaB A6+fE+1hbH9IoLdh1MeeSr3NyG4WQpUofQCcNpR0xnxHn6dJ1P0jm7obS Zo6KSWDSwERc+uX76SJl9kd1zBk2GxCNYJ7aV0H08TfuRxUceCraXtNBV A==; X-IronPort-AV: E=McAfee;i="6500,9779,10483"; a="299090767" X-IronPort-AV: E=Sophos;i="5.93,350,1654585200"; d="scan'208";a="299090767" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Sep 2022 20:23:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10483"; a="710802661" X-IronPort-AV: E=Sophos;i="5.93,350,1654585200"; d="scan'208";a="710802661" Received: from unknown (HELO DPDK-XUKE-LAB.sh.intel.com) ([10.67.116.226]) by FMSMGA003.fm.intel.com with ESMTP; 27 Sep 2022 20:23:48 -0700 From: Ke Xu To: dts@dpdk.org Cc: lijuan.tu@intel.com, jin.ling@intel.com, zhiminx.huang@intel.com, weiyuanx.li@intel.com, qi.fu@intel.com, Ke Xu Subject: [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 Date: Wed, 28 Sep 2022 03:18:17 +0000 Message-Id: <20220928031836.770004-1-ke1.xu@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org 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(-)