From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0DDF9A034F; Thu, 1 Apr 2021 10:28:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DCF85140EC1; Thu, 1 Apr 2021 10:28:19 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 726CA40142 for ; Thu, 1 Apr 2021 10:28:18 +0200 (CEST) IronPort-SDR: rHUsQPEU9JEd4+6/uWrzPQSvME2L8R/LCHh7yO0krhBfyMUk/E/tJ7rlKKTco38EouXakZee26 jppC8HsskLGQ== X-IronPort-AV: E=McAfee;i="6000,8403,9940"; a="171601859" X-IronPort-AV: E=Sophos;i="5.81,296,1610438400"; d="scan'208";a="171601859" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2021 01:28:16 -0700 IronPort-SDR: dWCPgdf9YgsTDlMYmqfo1v84O+PyAa7IqUT6FxRpthQionLQe5Alcl+N+fJuFafdLudWT0gGQJ vFa19p1EbUQw== X-IronPort-AV: E=Sophos;i="5.81,296,1610438400"; d="scan'208";a="419088705" Received: from unknown (HELO localhost.localdomain) ([10.240.183.57]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2021 01:28:13 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Thu, 1 Apr 2021 16:19:00 +0800 Message-Id: <20210401081900.26795-1-haiyangx.zhao@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] test_plans: fix building warning and errors 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 Sender: "dts" Signed-off-by: Haiyang Zhao --- test_plans/cvl_switch_filter_pppoe_test_plan.rst | 2 +- test_plans/index.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test_plans/cvl_switch_filter_pppoe_test_plan.rst b/test_plans/cvl_switch_filter_pppoe_test_plan.rst index a2854276..83377154 100644 --- a/test_plans/cvl_switch_filter_pppoe_test_plan.rst +++ b/test_plans/cvl_switch_filter_pppoe_test_plan.rst @@ -69,7 +69,7 @@ Pattern and input set | | MAC_VLAN_PPPOE_IPV4_PAY | [Dest MAC], [VLAN], [seid], | [Dest MAC], [VLAN], [seid], | | | _session_id_proto_id | [pppoe_proto_id] | [pppoe_proto_id] | | +-------------------------------+-------------------------------------------+-------------------------------------------+ - | | MAC_VLAN_PPPOE_IPV6_PAY | [Dest MAC], [VLAN], [seid], | [Dest MAC], [VLAN], [seid], | + | | MAC_VLAN_PPPOE_IPV6_PAY | [Dest MAC], [VLAN], [seid], | [Dest MAC], [VLAN], [seid], | | | _session_id_proto_id | [pppoe_proto_id] | [pppoe_proto_id] | | +-------------------------------+-------------------------------------------+-------------------------------------------+ | | MAC_PPPOE_IPV4_PAY_session_id | [Dest MAC], [seid], [pppoe_proto_id] | [Dest MAC], [seid], [pppoe_proto_id] | diff --git a/test_plans/index.rst b/test_plans/index.rst index a659a5d3..8bcbe82b 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -54,6 +54,7 @@ The following are the test plans for the DPDK DTS automated test system. cvl_dcf_acl_filter_test_plan cvl_dcf_date_path_test_plan cvl_dcf_switch_filter_test_plan + cvl_dcf_switch_filter_pppoe_test_plan cvl_ecpri_test_plan cvl_fdir_test_plan cvl_iavf_rss_configure_test_plan @@ -61,6 +62,7 @@ The following are the test plans for the DPDK DTS automated test system. cvl_qinq_test_plan cvl_rss_configure_test_plan cvl_switch_filter_test_plan + cvl_switch_filter_pppoe_test_plan cvl_vf_support_multicast_address_test_plan cloud_filter_with_l4_port_test_plan dcf_lifecycle_test_plan -- 2.17.1