From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DD4795A6B for ; Fri, 6 Nov 2015 17:03:25 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 06 Nov 2015 08:02:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,252,1444719600"; d="scan'208";a="595320176" Received: from sie-lab-214-036.ir.intel.com (HELO sie-lab-214-174.ir.intel.com) ([10.237.214.36]) by FMSMGA003.fm.intel.com with ESMTP; 06 Nov 2015 08:02:57 -0800 From: Pablo de Lara To: dev@dpdk.org Date: Fri, 6 Nov 2015 16:02:54 +0000 Message-Id: <1446825774-102987-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.5.0 Subject: [dpdk-dev] [PATCH] autotest.py: increase memory for hash_autotest X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2015 16:03:26 -0000 Hash_autotest is in test group 2 which had only 32 MB of memory, which is increased to 64 MB to make it run. Signed-off-by: Pablo de Lara --- app/test/autotest_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index 0c3802b..6f34d6b 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -109,7 +109,7 @@ parallel_test_group_list = [ }, { "Prefix": "group_2", - "Memory" : "32", + "Memory" : "64", "Tests" : [ { -- 2.5.0