From patchwork Fri Sep 2 14:30:14 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 3853 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 54AD723E52 for ; Fri, 2 Sep 2011 14:30:17 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 337ABA18064 for ; Fri, 2 Sep 2011 14:30:17 +0000 (UTC) Received: by fxd18 with SMTP id 18so2489485fxd.11 for ; Fri, 02 Sep 2011 07:30:17 -0700 (PDT) Received: by 10.223.5.139 with SMTP id 11mr1773418fav.138.1314973816930; Fri, 02 Sep 2011 07:30:16 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.11.8 with SMTP id m8cs92202lab; Fri, 2 Sep 2011 07:30:16 -0700 (PDT) Received: by 10.227.38.81 with SMTP id a17mr1132660wbe.55.1314973815296; Fri, 02 Sep 2011 07:30:15 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id k7si1994035weq.126.2011.09.02.07.30.15 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 02 Sep 2011 07:30:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QzUl4-00050N-R1 for ; Fri, 02 Sep 2011 14:30:14 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id C292EE0419 for ; Fri, 2 Sep 2011 14:30:14 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-test X-Launchpad-Branch: ~linaro-validation/lava-test/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 92 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 92: Add linux-libc-dev dep for pwrmgmt tests Message-Id: <20110902143014.31160.4845.launchpad@ackee.canonical.com> Date: Fri, 02 Sep 2011 14:30:14 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13830"; Instance="initZopeless config overlay" X-Launchpad-Hash: 2bb1f1bd841a4b2fe8e750403d899c0c02444dc6 ------------------------------------------------------------ revno: 92 committer: Paul Larson branch nick: lava-test timestamp: Fri 2011-09-02 09:28:19 -0500 message: Add linux-libc-dev dep for pwrmgmt tests modified: abrek/test_definitions/pwrmgmt.py --- lp:lava-test https://code.launchpad.net/~linaro-validation/lava-test/trunk You are subscribed to branch lp:lava-test. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-test/trunk/+edit-subscription === modified file 'abrek/test_definitions/pwrmgmt.py' --- abrek/test_definitions/pwrmgmt.py 2011-08-29 15:34:03 +0000 +++ abrek/test_definitions/pwrmgmt.py 2011-09-02 14:28:19 +0000 @@ -19,7 +19,7 @@ INSTALLSTEPS = ['git clone git://git.linaro.org/tools/pm-qa.git', 'cd pm-qa && make clean && make all'] RUNSTEPS = ['cd pm-qa && make check'] -DEPS = ['git-core', 'make'] +DEPS = ['git-core', 'make', 'linux-libc-dev'] pwrmgmtinst = abrek.testdef.AbrekTestInstaller(INSTALLSTEPS, deps=DEPS) pwrmgmtrun = abrek.testdef.AbrekTestRunner(RUNSTEPS)