From patchwork Thu Nov 24 16:10:24 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 83967 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp168716qgi; Thu, 24 Nov 2016 08:16:11 -0800 (PST) X-Received: by 10.98.79.193 with SMTP id f62mr3127566pfj.149.1480004171022; Thu, 24 Nov 2016 08:16:11 -0800 (PST) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id h63si40060383pge.110.2016.11.24.08.16.10 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Nov 2016 08:16:11 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) client-ip=2001:1868:205::9; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1c9wfj-0006OM-Fm; Thu, 24 Nov 2016 16:14:51 +0000 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1c9wcW-0003WB-NF for linux-arm-kernel@lists.infradead.org; Thu, 24 Nov 2016 16:11:39 +0000 Received: by mail-wm0-x236.google.com with SMTP id f82so66546227wmf.1 for ; Thu, 24 Nov 2016 08:11:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=/cJcgKZ8PI+hhJD6y30iPcybrIFaEdjWZdkO95R0DYg=; b=KU1Ep/Z5ezlf53EaVGhCK9n5Nfck8UTclAjLG80bSNut+whrgwkOJBGKQwB6hHxN/l v+5cq+NeS5P4ucP9xFb5ggmjMClQnlKD9hOz4MenDbHKLSdoYrseFDT9E73ZXGkatyqP eHozN/Pk+q6AlgSX2y7k7nFGrJDWfbqsi/uXs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/cJcgKZ8PI+hhJD6y30iPcybrIFaEdjWZdkO95R0DYg=; b=OqcCJ7MHoFge2QOthhgarmEFNjMwIHQfc2XVLEPoGqADrg1U8NtVc1XCxBtqgnmAZf bFNo0bZX+GGWgs8URe9G3xJg33LIUDjXcRjQ2z8Pl7LlqrHqXQFExPjyacipEUW6J3h0 ttVcmdCJbXdgMvBETU29ywH0KP3Ae6fMVbVzScJ1PQE16NK6W7rf6FVnYIgSoM0BSADr pAIjlVD4U4qSlyaKoPIMGLGVg7NZl+pH+QcUQg3tPFbm0v0oNC4m0k8kn2eDsQqolEME lsCNwxFr0WcUiS9q0uqOAPVu5rS9E5y9cmKGOhzKocUk7WkzGANdqudGExpvQNbrHNK5 6J3w== X-Gm-Message-State: AKaTC02EwFDYGKjXxn/Q6aQu2NKX1d7R8f9XrYxj+qbOui8SauNGmiQJ6LmOsvfCa26WmJMx X-Received: by 10.28.208.203 with SMTP id h194mr3079188wmg.45.1480003870889; Thu, 24 Nov 2016 08:11:10 -0800 (PST) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id v202sm8890707wmv.8.2016.11.24.08.11.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Nov 2016 08:11:06 -0800 (PST) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id DCB7C3E0366; Thu, 24 Nov 2016 16:10:59 +0000 (GMT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, christoffer.dall@linaro.org, marc.zyngier@arm.com Subject: [kvm-unit-tests PATCH v7 02/11] run_tests: allow disabling of timeouts Date: Thu, 24 Nov 2016 16:10:24 +0000 Message-Id: <20161124161033.11456-3-alex.bennee@linaro.org> X-Mailer: git-send-email 2.10.1 In-Reply-To: <20161124161033.11456-1-alex.bennee@linaro.org> References: <20161124161033.11456-1-alex.bennee@linaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161124_081133_361992_CEEF97B2 X-CRM114-Status: GOOD ( 11.35 ) X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [2a00:1450:400c:c09:0:0:0:236 listed in] [list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mttcg@listserver.greensocs.com, peter.maydell@linaro.org, claudio.fontana@huawei.com, nikunj@linux.vnet.ibm.com, jan.kiszka@siemens.com, mark.burton@greensocs.com, a.rigo@virtualopensystems.com, qemu-devel@nongnu.org, cota@braap.org, serge.fdrv@gmail.com, pbonzini@redhat.com, bobby.prani@gmail.com, rth@twiddle.net, =?UTF-8?q?Alex=20Benn=C3=A9e?= , fred.konrad@greensocs.com Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org Certainly during development of the tests and MTTCG there are times when the timeout just gets in the way. Signed-off-by: Alex Bennée --- run_tests.sh | 8 ++++++-- scripts/runtime.bash | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index b88c36f..4f2e5cb 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -13,10 +13,11 @@ function usage() { cat <