From patchwork Wed Sep 12 20:20:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Doan X-Patchwork-Id: 11368 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 33D1A23E54 for ; Wed, 12 Sep 2012 20:20:21 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id B750B8D8215 for ; Wed, 12 Sep 2012 20:20:20 +0000 (UTC) Received: by ieak11 with SMTP id k11so3550992iea.11 for ; Wed, 12 Sep 2012 13:20:20 -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=Fi9orcGWvifLsGiosRJZrGUB4lLWx+a/1FqgUaxfwTk=; b=mBuN8jeY7gAFekOSrrauYZvuSqfeIXnnM/cfffhSsnyDy4bqECabMNFgr13nkJRBhs mCBs2R2mkAbwksjx3JpLe38TqHN3W1Zs7V4Sdt2aPuobGNBHqE+nxMGtIUkEb1g+YABj Mg6bPTczmpwx10mPdc+QkNvGkth2tQBw2EuU8hozy8KD0QzbdNdp+pRtyUwwfvkLDGGM 5vPF7zv//J6vO5IQ+Y8OZII2eL/yf0Dj+RlEiGz3mI9wJIxBrEhieFtvHTkp1wFoQ6uI Yjohe3thLsnyObEpoyy35axc4IKkOF1nndxQq7AR5eeVWKWEQNDLcL8ePoP8bBUKr53D SpsA== Received: by 10.50.7.212 with SMTP id l20mr22189603iga.43.1347481220130; Wed, 12 Sep 2012 13:20:20 -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.50.184.232 with SMTP id ex8csp94253igc; Wed, 12 Sep 2012 13:20:19 -0700 (PDT) Received: by 10.216.140.104 with SMTP id d82mr13716282wej.130.1347481218187; Wed, 12 Sep 2012 13:20:18 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id x58si28444448weo.161.2012.09.12.13.20.17 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 12 Sep 2012 13:20:18 -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 1TBtQ1-0007Gm-Cg for ; Wed, 12 Sep 2012 20:20:17 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 561A5E01EE for ; Wed, 12 Sep 2012 20:20:17 +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: 380 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 380: regression: fastmodel android adb not working Message-Id: <20120912202017.11330.46992.launchpad@ackee.canonical.com> Date: Wed, 12 Sep 2012 20:20:17 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="15936"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 341a793856219d007060564a456da6505289e9f3 X-Gm-Message-State: ALoCoQlxXRAEKM2YQfMlUZq5ZhTsNhg6qlDFnSXTqjkMslvmjUvrjxyXzKNgCkZYPauBcPkzQHW/ ------------------------------------------------------------ revno: 380 committer: Andy Doan branch nick: lava-dispatcher timestamp: Wed 2012-09-12 15:16:12 -0500 message: regression: fastmodel android adb not working revno 370.1.1 broke adb for fastmodels. While we don't enable networking, we still need to always enable ADB over TCP. 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-08-23 15:33:00 +0000 +++ lava_dispatcher/client/base.py 2012-09-12 20:16:12 +0000 @@ -460,7 +460,8 @@ if self.enable_network_after_boot_android: time.sleep(1) self._enable_network() - self._restart_adb_after_netup() + + self._restart_adb_after_netup() def _disable_suspend(self):