From patchwork Wed May 29 14:28:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Pigott X-Patchwork-Id: 17268 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-qe0-f70.google.com (mail-qe0-f70.google.com [209.85.128.70]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 8022725B9B for ; Wed, 29 May 2013 14:28:17 +0000 (UTC) Received: by mail-qe0-f70.google.com with SMTP id 2sf10482110qea.5 for ; Wed, 29 May 2013 07:28:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-beenthere:x-forwarded-to:x-forwarded-for:delivered-to :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:x-original-sender :x-original-authentication-results:mailing-list:list-id :x-google-group-id:list-post:list-help:list-archive:list-unsubscribe :content-type; bh=cjBd/Vs1Sy2HeUXX9rQz61OW+ooInvkFKKnTFBr4KjU=; b=OxcV1PN7VvLxPXd7nLXX7zDJggFd+ZLj+bSRK0HzVvKYwV1rR7DjSXvqglf+6juXiJ ri0m0MlNc+CKx3cX6uREDmF4ii1Jt0g91MFKBki6Eso6R8kyArLcZpjSiFVqsLM1FwnR tQo/EIjI4h5KJGTzQNUbB5r5KEoubskiXJeIpk9kru5AUMMvqKIT12op4C2+WTI+NNPv 8/5GApSAA0I6uJkzni7W9JTkXnVg62qoq71KqtDHRS1SSck6iNqQLV82z1MGVQD5LqMj LQ4+634UVta3RK/HN69l18EbDztDiPvFWFKinlwmOu/09VML5K2KJFP2zT1LsRexjAyc yH/g== X-Received: by 10.224.200.202 with SMTP id ex10mr1835600qab.8.1369837697063; Wed, 29 May 2013 07:28:17 -0700 (PDT) X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.12.7 with SMTP id u7ls4164556qeb.54.gmail; Wed, 29 May 2013 07:28:16 -0700 (PDT) X-Received: by 10.52.28.171 with SMTP id c11mr1464317vdh.18.1369837696756; Wed, 29 May 2013 07:28:16 -0700 (PDT) Received: from mail-vb0-x233.google.com (mail-vb0-x233.google.com [2607:f8b0:400c:c02::233]) by mx.google.com with ESMTPS id ra6si16208565vec.17.2013.05.29.07.28.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 May 2013 07:28:16 -0700 (PDT) Received-SPF: neutral (google.com: 2607:f8b0:400c:c02::233 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=2607:f8b0:400c:c02::233; Received: by mail-vb0-f51.google.com with SMTP id x16so6156586vbf.24 for ; Wed, 29 May 2013 07:28:16 -0700 (PDT) X-Received: by 10.220.192.3 with SMTP id do3mr1739111vcb.16.1369837696460; Wed, 29 May 2013 07:28:16 -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.220.229.199 with SMTP id jj7csp14048vcb; Wed, 29 May 2013 07:28:15 -0700 (PDT) X-Received: by 10.14.207.131 with SMTP id n3mr3791853eeo.27.1369837694897; Wed, 29 May 2013 07:28:14 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id v46si20386861een.47.2013.05.29.07.28.14 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 29 May 2013 07:28:14 -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; Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1UhhMM-0006rh-5o for ; Wed, 29 May 2013 14:28:14 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 1AC0DE027E for ; Wed, 29 May 2013 14:28:14 +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: 612 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 612: Fix the fact that sendline sends the command and then a CR - so use send instead Message-Id: <20130529142814.7740.94926.launchpad@ackee.canonical.com> Date: Wed, 29 May 2013 14:28:14 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: list X-Generated-By: Launchpad (canonical.com); Revision="16652"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 7ea4e2a1d4112a9f355c8f69a1f61b4a07362f4f X-Gm-Message-State: ALoCoQmke10Ro05iJtOP19ZOaif3nt4ci0JdmBowzK3N7hDq+atT7WVYLw/81EpyEae1dw4Lqs86 X-Original-Sender: noreply@launchpad.net X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 2607:f8b0:400c:c02::233 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 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: , Merge authors: Dave Pigott (dpigott) Related merge proposals: https://code.launchpad.net/~dpigott/lava-dispatcher/fix-uefi-sendline/+merge/166256 proposed by: Dave Pigott (dpigott) review: Approve - Dave Pigott (dpigott) ------------------------------------------------------------ revno: 612 [merge] committer: dave.pigott@linaro.org branch nick: trunk timestamp: Wed 2013-05-29 15:27:12 +0100 message: Fix the fact that sendline sends the command and then a CR - so use send instead modified: lava_dispatcher/device/uefi.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/device/uefi.py' --- lava_dispatcher/device/uefi.py 2013-04-17 09:37:29 +0000 +++ lava_dispatcher/device/uefi.py 2013-05-29 13:43:42 +0000 @@ -51,7 +51,7 @@ except AttributeError as e: raise Exception("Badly formatted command in boot_cmds %s" % e) if action == "sendline": - self.proc.sendline(command) + self.proc.send(command) elif action == "expect": self.proc.expect(command, timeout=300) else: