From mboxrd@z Thu Jan 1 00:00:00 1970 From: Naga Suresh Somarowthu Subject: [PATCH v12 5/6] autotest: add new unit tests to autotest list Date: Fri, 3 Aug 2018 13:34:57 +0100 Message-ID: <1533299698-20950-6-git-send-email-naga.sureshx.somarowthu@intel.com> References: <1533297953-9149-1-git-send-email-naga.sureshx.somarowthu@intel.com> <1533299698-20950-1-git-send-email-naga.sureshx.somarowthu@intel.com> Cc: remy.horton@intel.com, reshma.pattan@intel.com, Naga Suresh Somarowthu To: dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 1D43A1B546 for ; Fri, 3 Aug 2018 14:35:16 +0200 (CEST) In-Reply-To: <1533299698-20950-1-git-send-email-naga.sureshx.somarowthu@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 bitrate, latency and pdump lib unit tests to autotest list. Signed-off-by: Naga Suresh Somarowthu Reviewed-by: Reshma Pattan --- test/test/autotest_data.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/test/test/autotest_data.py b/test/test/autotest_data.py index f68d9b111..9a54d0c04 100644 --- a/test/test/autotest_data.py +++ b/test/test/autotest_data.py @@ -482,6 +482,24 @@ "Func": default_autotest, "Report": None, }, + { + "Name": "Bitratestats autotest", + "Command": "bitratestats_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "Latencystats autotest", + "Command": "latencystats_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "Pdump autotest", + "Comamnd": "pdump_autotest", + "Func": default_autotest, + "Report": None, + }, # #Please always keep all dump tests at the end and together! # -- 2.13.6