From patchwork Mon Jul 17 06:52:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jin Ling X-Patchwork-Id: 129568 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 8FE3B42E97; Mon, 17 Jul 2023 08:53:26 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 32F7242D1D; Mon, 17 Jul 2023 08:53:26 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id BB7E34068E for ; Mon, 17 Jul 2023 08:53:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689576804; x=1721112804; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=1TbMmoXExQiAA+qcod1PspSuejgAuVFLL5wCpnTBH60=; b=EaZPi0cndBmeZtxXunCGTz0M8oVDKMv/RGIxCl/D+r2ybb6Vx3pQ15wr g84iaiTFJzCwQnfW1Wc2QJ/4/f50Us1ySNKE0C13KJCEzrJ0kf/hjLFDU ZU875GsNPMXlMybH6fXhJQBFZKyuk/yTaXIVKv1ErBPBxHgnfWsf0pQzi D+iDCm40tuCRCiSDt7ttCpYUFLlkPu0kTB6TVhoVJ6vYdX6YMmccfOlfn yV9aNSVaP0FWiQCi39Q7S1IEjNXtXzLPdsX5DxOws4kEm38VpaCtbGhYr vfBfaATmc6baeONJIyFDtDhc+liEYI/CIM2d48hn+pLy/BPlHU+2sh6s/ w==; X-IronPort-AV: E=McAfee;i="6600,9927,10773"; a="363321518" X-IronPort-AV: E=Sophos;i="6.01,211,1684825200"; d="scan'208";a="363321518" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jul 2023 23:53:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10773"; a="813189576" X-IronPort-AV: E=Sophos;i="6.01,211,1684825200"; d="scan'208";a="813189576" Received: from dpdk-lingjin.sh.intel.com ([10.67.114.163]) by FMSMGA003.fm.intel.com with ESMTP; 16 Jul 2023 23:53:03 -0700 From: Jin Ling To: dts@dpdk.org Cc: Jin Ling Subject: [DTS][PATCH V1 3/3] test_plans/index: add new test_suite Date: Mon, 17 Jul 2023 14:52:53 +0800 Message-Id: <20230717065253.1611703-4-jin.ling@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230717065253.1611703-1-jin.ling@intel.com> References: <20230717065253.1611703-1-jin.ling@intel.com> 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 Signed-off-by: Jin Ling --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) -- 2.25.1 diff --git a/test_plans/index.rst b/test_plans/index.rst index 2ac4850d..beb1657e 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -57,6 +57,7 @@ The following are the test plans for the DPDK DTS automated test system. ice_vf_support_multicast_address_test_plan ice_rss_protocol_agnostic_flow_test_plan ice_fdir_protocol_agnostic_flow_test_plan + ice_config_port_speed_test_plan cloud_filter_with_l4_port_test_plan dcf_lifecycle_test_plan crypto_perf_cryptodev_perf_test_plan