From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hari Kumar Vemula Subject: [PATCH v3 2/3] autotest: add new unit tests to autotest list Date: Fri, 3 Aug 2018 15:33:06 +0100 Message-ID: <1533306787-12070-3-git-send-email-hari.kumarx.vemula@intel.com> References: <1532183219-23263-1-git-send-email-hari.kumarx.vemula@intel.com> <1533306787-12070-1-git-send-email-hari.kumarx.vemula@intel.com> Cc: remy.horton@intel.com, reshma.pattan@intel.com, Hari Kumar Vemula To: dev@dpdk.org Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 27FC21B5A1 for ; Fri, 3 Aug 2018 16:33:20 +0200 (CEST) In-Reply-To: <1533306787-12070-1-git-send-email-hari.kumarx.vemula@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" added metrics unit test to autotest list. Signed-off-by: Hari Kumar Vemula Reviewed-by: Reshma Pattan --- test/test/autotest_data.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/test/autotest_data.py b/test/test/autotest_data.py index f68d9b111..9fc4f2fbc 100644 --- a/test/test/autotest_data.py +++ b/test/test/autotest_data.py @@ -482,6 +482,12 @@ "Func": default_autotest, "Report": None, }, + { + "Name": "Metrics autotest", + "Command": "metrics_autotest", + "Func": default_autotest, + "Report": None, + }, # #Please always keep all dump tests at the end and together! # -- 2.13.6