From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH v2 4/4] app/test: move cycles autotest to first group Date: Wed, 11 May 2016 16:26:10 +0200 Message-ID: <1462976770-6780-5-git-send-email-thomas.monjalon@6wind.com> References: <1462383137-24045-1-git-send-email-thomas.monjalon@6wind.com> <1462976770-6780-1-git-send-email-thomas.monjalon@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 78B585AB3 for ; Wed, 11 May 2016 16:26:19 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id e201so221395862wme.0 for ; Wed, 11 May 2016 07:26:19 -0700 (PDT) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id o4sm8368474wjx.45.2016.05.11.07.26.18 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 11 May 2016 07:26:18 -0700 (PDT) In-Reply-To: <1462976770-6780-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The cycles test was wrongly in the group of mempool perf test. It is moved in parallel test group 1 with timer test. Signed-off-by: Thomas Monjalon --- app/test/autotest_data.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index 25cca4e..78d2edd 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -58,6 +58,12 @@ parallel_test_group_list = [ "Tests" : [ { + "Name" : "Cycles autotest", + "Command" : "cycles_autotest", + "Func" : default_autotest, + "Report" : None, + }, + { "Name" : "Timer autotest", "Command" : "timer_autotest", "Func" : timer_autotest, @@ -377,12 +383,6 @@ non_parallel_test_group_list = [ "Tests" : [ { - "Name" : "Cycles autotest", - "Command" : "cycles_autotest", - "Func" : default_autotest, - "Report" : None, - }, - { "Name" : "Mempool performance autotest", "Command" : "mempool_perf_autotest", "Func" : default_autotest, -- 2.7.0