From patchwork Thu Sep 1 17:12:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Huang, ZhiminX" X-Patchwork-Id: 115715 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 9B981A0032; Thu, 1 Sep 2022 10:57:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 382D040684; Thu, 1 Sep 2022 10:57:46 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 9918340395 for ; Thu, 1 Sep 2022 10:57:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662022664; x=1693558664; h=from:to:cc:subject:date:message-id; bh=9v3w7Vc7otVJnHAJoiENgoaA0zmIQSdtI8hvwN0KVKM=; b=k5+jZxg8FrBi5C5w+c3L3fQqoXBgeZ5fg6V0DlsV6Gh38LyXcIxLwOrA kafWUaJSasMeacrCwRm0eE5cmPF+fImbAVhd6WB8mRYFokmsj898Aj5tk ObfcqPwL7UObL0RKqpcys1bQ9GbckOus3m6Ye4xRYE7HxXpWq2sPx98ik 1UrD+fxFgyT1LLxI4Eh67QTWzZlwoWZ3yGrHFOgy0C8dEuc+YNLMG/z/E Fl4H3wf/+CN4v+GNBJOPJxdBMpju9jcrBom6xD9YlV+SvidUNw3Teno3Z IQ9115X0RneEoOF6gRUVsGFlSE/GVNVgWLP1UPhXAs4XONRQfxYzFjqgW A==; X-IronPort-AV: E=McAfee;i="6500,9779,10456"; a="294400279" X-IronPort-AV: E=Sophos;i="5.93,280,1654585200"; d="scan'208";a="294400279" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 01:57:43 -0700 X-IronPort-AV: E=Sophos;i="5.93,280,1654585200"; d="scan'208";a="589406688" Received: from unknown (HELO cvl_100g_103.icx.intel.com) ([10.239.252.93]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 01:57:42 -0700 From: Zhimin Huang To: dts@dpdk.org Cc: Zhimin Huang Subject: [dts][PATCH V2 1/3] test_plans/index:add new testplan index Date: Fri, 2 Sep 2022 01:12:55 +0800 Message-Id: <20220901171257.12492-1-zhiminx.huang@intel.com> X-Mailer: git-send-email 2.17.1 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 add ice_enable_basic_hqos_on_pf_test_plan new testplan index Signed-off-by: Zhimin Huang --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index f9efc044..1ec7843e 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -158,6 +158,7 @@ The following are the test plans for the DPDK DTS automated test system. compressdev_qat_pmd_test_plan compressdev_zlib_pmd_test_plan enable_package_download_in_ice_driver_test_plan + ice_enable_basic_hqos_on_pf_test_plan multicast_test_plan ethtool_stats_test_plan metrics_test_plan.rst