From patchwork Tue Jul 17 20:04:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Doan X-Patchwork-Id: 10076 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 6FFB423F4C for ; Tue, 17 Jul 2012 20:04:14 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 3F85EA1866C for ; Tue, 17 Jul 2012 20:04:14 +0000 (UTC) Received: by yhpp61 with SMTP id p61so913931yhp.11 for ; Tue, 17 Jul 2012 13:04:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=yyootjlzKhuui+vrG94q44FH9DSHqNR5BOaJBjj2IgA=; b=X9JbotC78G2OZx73vXNKPGs8dNyeUy8vMCJOjGLh5Zap2ZIc5noJ3oQN2S56Qigp/l L2FzrEY+2tbNmOcosODTvNRLuxnw1D61uAaeJ5THFhEAkgNDbsTDSaJP7pwyKbtM8qbN MQyBgOr3MF0pPai/v+BO4wCK8IxpUIHwFO8rqleCgJJh3XjHFAQgAdqCCBondCkxqWPD /3RR8bdJESUO67DeFJHkPG2zzxKLeKk+WXCzGXW6dZ48aIbuzTGN78BUZw9QSEffJEoB /5r3O5yxAzCEOPovZ77BRg+BGL2aroOWlmRafrEb9y8Oay6chIZxIpi/s4chXeNXjT4D WN4w== Received: by 10.50.160.198 with SMTP id xm6mr54212igb.0.1342555453283; Tue, 17 Jul 2012 13:04:13 -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.231.241.2 with SMTP id lc2csp24003ibb; Tue, 17 Jul 2012 13:04:12 -0700 (PDT) Received: by 10.180.97.33 with SMTP id dx1mr466706wib.18.1342555452171; Tue, 17 Jul 2012 13:04:12 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id 81si25592011wej.155.2012.07.17.13.04.11 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 Jul 2012 13:04:12 -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 1SrE0B-0001Ln-Hq for ; Tue, 17 Jul 2012 20:04:11 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 7BDA9E004C for ; Tue, 17 Jul 2012 20:04:11 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dispatcher X-Launchpad-Branch: ~linaro-validation/lava-dispatcher/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 349 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 349: fix regression from revno 347 Message-Id: <20120717200411.10023.85211.launchpad@ackee.canonical.com> Date: Tue, 17 Jul 2012 20:04:11 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="15627"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 90cc1ed6d3625c087892caf4e2dba063adad784e X-Gm-Message-State: ALoCoQmdKg2Od7J4BE7Eaxn+SGrcPWqUR7C6ogPzrwnwtcwQ9UvrM70K0dUbYUNGABiIkcMdnGaH ------------------------------------------------------------ revno: 349 committer: Andy Doan branch nick: lava-dispatcher timestamp: Tue 2012-07-17 15:02:17 -0500 message: fix regression from revno 347 This change left out the timeout piece that's required for this call. modified: lava_dispatcher/client/base.py --- lp:lava-dispatcher https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk You are subscribed to branch lp:lava-dispatcher. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription === modified file 'lava_dispatcher/client/base.py' --- lava_dispatcher/client/base.py 2012-07-04 03:38:44 +0000 +++ lava_dispatcher/client/base.py 2012-07-17 20:02:17 +0000 @@ -457,7 +457,9 @@ else: logging.info("Skip raising exception on the home screen has not displayed for health check jobs") - session.run('/system/bin/disablesuspend.sh') + # we need to deal with the time the "input keyevent 82" takes + # 240: for fastmodels, 120 failed, 180 failed some + session.run('/system/bin/disablesuspend.sh', timeout=240) def _enable_network(self): session = TesterCommandRunner(self, wait_for_rc=False)