From patchwork Wed May 11 14:26:08 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 12687 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 071415AB7; Wed, 11 May 2016 16:26:20 +0200 (CEST) Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 8497C5AA6 for ; Wed, 11 May 2016 16:26:17 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id g17so85868833wme.1 for ; Wed, 11 May 2016 07:26:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references; bh=J/V4qyFHFI8TmnAGZRF/yTaeDgO2CmZeF8aYZjffh5Q=; b=pRmkzgsKqd6Rnl4V/rrjZ5Rb49avIiHtUiZ/TVh6Mx0kwine4Ac7GH8qAQwz6vHTYp 9en3zXZSdC0cSFYdxC9LVj/I/6zswZZB1cYUL6W7kAWQAVN7zjKoS8N6ZiRqnMvNmymk TfO2pnns4gc68xCOu8txUJ/RDA/j0CAvyRWlVR0fi7dBd0JcW74IttzSDywAdnaN+I/x w6BxJ/LTyLDM370TQXlBiarkD5ytAOU67774UWxAZbEtxb0296+vgTlNY0nLBVta/lRl voc0DyN/awNgPfuz9gg8vWehDAzagJfhu1GEOISu/UXec3kGs8j+8FuXlKcrAtG8akio ciow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=J/V4qyFHFI8TmnAGZRF/yTaeDgO2CmZeF8aYZjffh5Q=; b=QzY4qHMjfdeDi9TMRq6GFZgQgr82lFUFEFGK2IOs0gndxQTf+xf9g3/nZa15TGfNbB AnNCgXg8fGl5+7FuSIU0ctPUl5a0j78Vl4zQ4b5KT13v7kPKZGc/skAEn28VtwwUPRPE WYj9AF3hG4D37Tt1Fzf4U2leXrGwbSnp2gGhpyuTmTSDVLxdoVBVX7T90OgaHNxPI+ha dTRiQRoNv/SCYV1butXNNxRw94LTfZMsKi58u4LBX91cfkU8cP6ZoqHwxLG4CI6Kba4w 6cROC/flfS5k0Ve+BZdDhunjjnfhG9MJqa9eHHb74CJoH0pYXeFKaw3H1ezAOgtWrlKS Ombw== X-Gm-Message-State: AOPr4FXqYzZWr46mYkLXq2nFPT4vw7hsrq/jdfL2MpLXKwFqR+PKAaGfA+XgANwuX0dr9djd X-Received: by 10.194.184.44 with SMTP id er12mr4247625wjc.83.1462976777335; Wed, 11 May 2016 07:26:17 -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.16 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 11 May 2016 07:26:16 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Wed, 11 May 2016 16:26:08 +0200 Message-Id: <1462976770-6780-3-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1462976770-6780-1-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> Subject: [dpdk-dev] [PATCH v2 2/4] app/test: reduce memory needs 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Adjust memory parameter (--socket-mem) of the autotests to be able to make fast_test in a constrained environment (e.g. a VM). Signed-off-by: Thomas Monjalon --- app/test/autotest_data.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index 8a92bb4..25cca4e 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" : "128", + "Memory" : "16", "Tests" : [ { @@ -164,7 +164,7 @@ parallel_test_group_list = [ }, { "Prefix": "group_3", - "Memory" : per_sockets(1024), + "Memory" : per_sockets(390), "Tests" : [ { @@ -293,7 +293,7 @@ parallel_test_group_list = [ }, { "Prefix": "group_6", - "Memory" : per_sockets(620), + "Memory" : per_sockets(128), "Tests" : [ { @@ -330,7 +330,7 @@ parallel_test_group_list = [ }, { "Prefix" : "group_7", - "Memory" : "400", + "Memory" : "64", "Tests" : [ { @@ -418,7 +418,7 @@ non_parallel_test_group_list = [ }, { "Prefix" : "power", - "Memory" : per_sockets(512), + "Memory" : "16", "Tests" : [ { @@ -431,7 +431,7 @@ non_parallel_test_group_list = [ }, { "Prefix" : "power_acpi_cpufreq", - "Memory" : per_sockets(512), + "Memory" : "16", "Tests" : [ { @@ -444,7 +444,7 @@ non_parallel_test_group_list = [ }, { "Prefix" : "power_kvm_vm", - "Memory" : "512", + "Memory" : "16", "Tests" : [ {