From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reshma Pattan Subject: [PATCH v9 5/5] autotest: add new unit tests to autotest list Date: Tue, 31 Jul 2018 17:40:56 +0100 Message-ID: <1533055256-10317-6-git-send-email-reshma.pattan@intel.com> References: <1533055256-10317-1-git-send-email-reshma.pattan@intel.com> Cc: anatoly.burakov@intel.com, jananeex.m.parthasarathy@intel.com, Reshma Pattan To: thomas@monjalon.net, dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 276D22C55 for ; Tue, 31 Jul 2018 18:41:08 +0200 (CEST) In-Reply-To: <1533055256-10317-1-git-send-email-reshma.pattan@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" From: Reshma Pattan added bitrate, latency and pdump lib unit tests to autotest list. Signed-off-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 3f856ff57..2f7a2aa43 100644 --- a/test/test/autotest_data.py +++ b/test/test/autotest_data.py @@ -476,6 +476,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.14.4