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 40F4142383; Wed, 11 Jan 2023 03:41:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3C7BE42D25; Wed, 11 Jan 2023 03:41:22 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id DC1FF42D24 for ; Wed, 11 Jan 2023 03:41:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673404881; x=1704940881; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=462HNF0uaAnBED5PPYaVv/fdL+i7bFR/zOVMdUWah2Y=; b=ib1neiam59dZoLq0duVZO30NZzdIBPImU+viOlzwqPgOXMbCo4ESkpvD uRrZjOfrMnfn+1vUOLFyablkiIXBmpQye+qP9Y9Z3r1CVKUoRj8unutE8 cmv5eo783sflfsGj0B21AtS01hJMKkKLD/rhTFLcbi7Wgnswrth1A3HwH HP9nZAgO26UqLlv9F+a7JiXg3Q80UtlidpoqTAC4SpcmZhSFAx2/qnIN3 JnJq0fHltAlqMMolqlBo+YDgEJo1Qbeo6zqsUIw1dxVMmDJIwVMCUOq7T CaaP5mE+wbdBmW0NWhpiadnPgASG0nUy2q7keAmXZu7LTdTRKx9wEWxsA A==; X-IronPort-AV: E=McAfee;i="6500,9779,10586"; a="350541486" X-IronPort-AV: E=Sophos;i="5.96,315,1665471600"; d="scan'208";a="350541486" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2023 18:41:20 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10586"; a="764985969" X-IronPort-AV: E=Sophos;i="5.96,315,1665471600"; d="scan'208";a="764985969" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2023 18:41:19 -0800 From: Song Jiale To: dts@dpdk.org Cc: Song Jiale Subject: [dts] [PATCH V2 5/5] test_plans/index: split the test suite of ice_qinq Date: Wed, 11 Jan 2023 10:38:58 +0000 Message-Id: <20230111103858.970228-6-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230111103858.970228-1-songx.jiale@intel.com> References: <20230111103858.970228-1-songx.jiale@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 delete ice_qinq and add ice_dcf_dual_vlan. Signed-off-by: Song Jiale --- test_plans/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/index.rst b/test_plans/index.rst index 41db87fb..70aab286 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -50,7 +50,7 @@ The following are the test plans for the DPDK DTS automated test system. ice_iavf_rx_timestamp_test_plan ice_iavf_fdir_pppol2tpoudp_test_plan ice_limit_value_test_test_plan - ice_qinq_test_plan + ice_dcf_dual_vlan_test_plan ice_rss_configure_test_plan ice_switch_filter_test_plan ice_switch_filter_pppoe_test_plan -- 2.25.1