From patchwork Mon Oct 24 17:15:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 4801 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 E611923E0E for ; Mon, 24 Oct 2011 17:15:18 +0000 (UTC) Received: from mail-bw0-f52.google.com (mail-bw0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id CF6E4A187DB for ; Mon, 24 Oct 2011 17:15:18 +0000 (UTC) Received: by bkbzs2 with SMTP id zs2so11631300bkb.11 for ; Mon, 24 Oct 2011 10:15:18 -0700 (PDT) Received: by 10.223.58.146 with SMTP id g18mr18177481fah.13.1319476518350; Mon, 24 Oct 2011 10:15:18 -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.1.71 with SMTP id 7cs75065lak; Mon, 24 Oct 2011 10:15:17 -0700 (PDT) Received: by 10.213.28.70 with SMTP id l6mr970955ebc.91.1319476516304; Mon, 24 Oct 2011 10:15:16 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id r36si12882822weq.0.2011.10.24.10.15.16 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 24 Oct 2011 10:15:16 -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 1RIO7H-0005rz-PP for ; Mon, 24 Oct 2011 17:15:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id B6FCDFB61E for ; Mon, 24 Oct 2011 17:15:15 +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: 148 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 148: Don't force enter_uboot just because we are hard rebooting on snowball - this is handled outside ... Message-Id: <20111024171515.22045.24925.launchpad@ackee.canonical.com> Date: Mon, 24 Oct 2011 17:15:15 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14185"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 522e219fc064ba7d5b90491e8cf6571074401b2b ------------------------------------------------------------ revno: 148 committer: Paul Larson branch nick: lava-dispatcher timestamp: Mon 2011-10-24 12:13:35 -0500 message: Don't force enter_uboot just because we are hard rebooting on snowball - this is handled outside of this section already modified: lava_dispatcher/client.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.py' --- lava_dispatcher/client.py 2011-10-20 15:20:56 +0000 +++ lava_dispatcher/client.py 2011-10-24 17:13:35 +0000 @@ -156,7 +156,6 @@ self.in_master_shell(300) # Intentionally avoid self.soft_reboot() to prevent looping self.proc.sendline("reboot") - self.enter_uboot() def run_shell_command(self, cmd, response=None, timeout=-1): self.empty_pexpect_buffer()