From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 11ABCA04F6; Fri, 13 Dec 2019 09:49:07 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F07AF1BEB2; Fri, 13 Dec 2019 09:49:06 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 13B7F2C52 for ; Fri, 13 Dec 2019 09:49:04 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Dec 2019 00:49:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,309,1571727600"; d="scan'208";a="388605166" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by orsmga005.jf.intel.com with ESMTP; 13 Dec 2019 00:49:03 -0800 From: yufengmx To: dts@dpdk.org, yinan.wang@intel.com Cc: yufengmx Date: Fri, 13 Dec 2019 16:51:38 +0800 Message-Id: <20191213085140.13231-3-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191213085140.13231-1-yufengx.mo@intel.com> References: <20191213085140.13231-1-yufengx.mo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V2 2/4] test_plans/metrics: add test plan index X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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" add metrics test plan index. Signed-off-by: yufengmx --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index eb506e4..9bd5eda 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -135,6 +135,7 @@ The following are the test plans for the DPDK DTS automated test system. enable_package_download_in_ice_driver_test_plan multicast_test_plan ethtool_stats_test_plan + metrics_test_plan.rst veb_switch_test_plan vf_daemon_test_plan -- 2.21.0