From patchwork Mon Jul 29 21:31:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 18653 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-qa0-f70.google.com (mail-qa0-f70.google.com [209.85.216.70]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id ED38A248E5 for ; Mon, 29 Jul 2013 21:31:43 +0000 (UTC) Received: by mail-qa0-f70.google.com with SMTP id cd7sf4140355qab.1 for ; Mon, 29 Jul 2013 14:31:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-beenthere:x-forwarded-to:x-forwarded-for :delivered-to:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :x-google-group-id:list-post:list-help:list-archive:list-unsubscribe; bh=VRgSqdcpDNCJHBk2OSdt7Os18vHjLaR/+u2m1WUnteU=; b=RTUjApeVb2UwuGpiyCmL6E3I2+3UVNKpDyw1+tHitw+09ZBwC0G3M/mXRTVywEE7GD ddyzC2zqB4za7aD/iHsGlNnCrOtI+IyJwF6Cfjd/EANRvBA1HkQtHmcUtIxutx1YGpb8 p6jisGJOsuvdzxF3lvcvbucbXT1L1uqjsGciFOJzhQfjC5TqC0j2NSZxA6hzoqG15EGW idajpwQnmeVJ0TUMfRbQ1dP8LNqrMnQZP0zdalQ4GTnB5ed9dH0UOAj2zn6gQCobOg2W PF7BoHpZM2TAOItzjgK59+TbT+w7OjAR9S3S3q+JX7/fJc13Q79ei4nUwk0KMy/hyLiv Tsnw== X-Received: by 10.236.54.8 with SMTP id h8mr31550869yhc.11.1375133503264; Mon, 29 Jul 2013 14:31:43 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.116.197 with SMTP id jy5ls2254735qeb.10.gmail; Mon, 29 Jul 2013 14:31:43 -0700 (PDT) X-Received: by 10.220.207.72 with SMTP id fx8mr8808150vcb.30.1375133503117; Mon, 29 Jul 2013 14:31:43 -0700 (PDT) Received: from mail-ve0-f178.google.com (mail-ve0-f178.google.com [209.85.128.178]) by mx.google.com with ESMTPS id t6si9697603vdo.87.2013.07.29.14.31.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Jul 2013 14:31:43 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.128.178 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.128.178; Received: by mail-ve0-f178.google.com with SMTP id ox1so2719191veb.37 for ; Mon, 29 Jul 2013 14:31:43 -0700 (PDT) X-Received: by 10.52.160.197 with SMTP id xm5mr4775271vdb.48.1375133503030; Mon, 29 Jul 2013 14:31:43 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.221.11.8 with SMTP id pc8csp138464vcb; Mon, 29 Jul 2013 14:31:42 -0700 (PDT) X-Received: by 10.66.122.167 with SMTP id lt7mr42066717pab.190.1375133502090; Mon, 29 Jul 2013 14:31:42 -0700 (PDT) Received: from mail-pd0-f173.google.com (mail-pd0-f173.google.com [209.85.192.173]) by mx.google.com with ESMTPS id dz4si46657296pbc.149.2013.07.29.14.31.41 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Jul 2013 14:31:42 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.192.173 is neither permitted nor denied by best guess record for domain of john.stultz@linaro.org) client-ip=209.85.192.173; Received: by mail-pd0-f173.google.com with SMTP id p11so1768988pdj.18 for ; Mon, 29 Jul 2013 14:31:41 -0700 (PDT) X-Received: by 10.68.137.8 with SMTP id qe8mr70911890pbb.100.1375133501606; Mon, 29 Jul 2013 14:31:41 -0700 (PDT) Received: from localhost.localdomain (c-67-170-153-23.hsd1.or.comcast.net. [67.170.153.23]) by mx.google.com with ESMTPSA id om2sm21331095pbc.30.2013.07.29.14.31.40 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Jul 2013 14:31:40 -0700 (PDT) From: John Stultz To: Dhaval Giani Cc: John Stultz Subject: [PATCH 6/7] run-test.sh: Add pressure argument to test execution Date: Mon, 29 Jul 2013 14:31:19 -0700 Message-Id: <1375133480-5597-7-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1375133480-5597-1-git-send-email-john.stultz@linaro.org> References: <1375133480-5597-1-git-send-email-john.stultz@linaro.org> X-Gm-Message-State: ALoCoQlXr/ytE+b77JRhTm5ZGsvbCgSINUuC+UjOSxfStuZb5iB7GiPU9iuJakFKofqTAhT3LrQB X-Original-Sender: john.stultz@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.128.178 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Use the new pressure argument Signed-off-by: John Stultz --- run-tests.sh | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/run-tests.sh b/run-tests.sh index 4aeedbd..d290c12 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -5,17 +5,18 @@ echo "Current cgroup" cat /proc/self/cgroup | grep memory +PRESSURE=3 + #Just add your test here, we will figure out how to check the #results later on. -./volatile-test -./volatile-test -./volatile-test -./volatile-test -./volatile-test -./volatile-test +./volatile-test -p $PRESSURE +./volatile-test -p $PRESSURE +./volatile-test -p $PRESSURE +./volatile-test -p $PRESSURE +./volatile-test -p $PRESSURE -./volatile-test-signal -./volatile-test-signal -./volatile-test-signal -./volatile-test-signal -./volatile-test-signal +./volatile-test-signal -p $PRESSURE +./volatile-test-signal -p $PRESSURE +./volatile-test-signal -p $PRESSURE +./volatile-test-signal -p $PRESSURE +./volatile-test-signal -p $PRESSURE