From patchwork Wed Oct 31 19:03:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Pigott X-Patchwork-Id: 12642 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 108C323FBB for ; Wed, 31 Oct 2012 19:03:17 +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 9D63CA184EB for ; Wed, 31 Oct 2012 19:03:16 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so2478344iej.11 for ; Wed, 31 Oct 2012 12:03:16 -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=J7JDYoUNcHqJTcKaCuvsGVPI29kTYe6zC5VQI4cgyN0=; b=ZKtovywR2SzoSvE2VUmq8NUpB44JkubtphmD8qdpvr6TumDkQ2Wx6vIQ9sAOtCQIWf z9SELLB2UD4A2/O3q597bDSq8azHvNiKbp8f0cpjpA+x/VoVicrV+DG8Q4glmC6myYNA lQ3On9AL+LJUUovNp5Q24Ecupm3CzKeyKo0ed+RxWRC5UEgF9k2Qn2yEX5ToqNYdWoV8 McatU8t4kgqS92uDevkkzOo1bLA41jpGdhteA2P/BIYCOWemzCOkenVN2i95TEfTaRLD 0fcA8E/QJVWJTYjY117pwSm4oYjj9d8p1XT4toxousooazlkWhDRnviQqntl3nt8a7QX +3ew== Received: by 10.50.91.195 with SMTP id cg3mr2598813igb.57.1351710196021; Wed, 31 Oct 2012 12:03: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.50.67.148 with SMTP id n20csp674972igt; Wed, 31 Oct 2012 12:03:15 -0700 (PDT) Received: by 10.180.100.136 with SMTP id ey8mr4372587wib.1.1351710194770; Wed, 31 Oct 2012 12:03:14 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id ct3si4708470wib.13.2012.10.31.12.03.13 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 31 Oct 2012 12:03: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; 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 1TTdZJ-0004tv-Ah for ; Wed, 31 Oct 2012 19:03:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 3D434E00A4 for ; Wed, 31 Oct 2012 19:03:13 +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: 429 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 429: Fix NetworkError not being imported Message-Id: <20121031190313.1555.66053.launchpad@ackee.canonical.com> Date: Wed, 31 Oct 2012 19:03:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="16218"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: a031a0cc22a9e838887b7b93f9b98b7d4b1a65e0 X-Gm-Message-State: ALoCoQkcAgszVYWaU2mR7oby/gJIznbFS3DLsJHOx8jyHnychwJYFRm4MCerr41E8NYwZ0bzmNV5 ------------------------------------------------------------ revno: 429 committer: dave.pigott@linaro.org branch nick: trunk timestamp: Wed 2012-10-31 20:01:36 +0100 message: Fix NetworkError not being imported modified: lava_dispatcher/device/master.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/master.py' --- lava_dispatcher/device/master.py 2012-10-31 13:35:24 +0000 +++ lava_dispatcher/device/master.py 2012-10-31 19:01:36 +0000 @@ -44,6 +44,7 @@ string_to_list, ) from lava_dispatcher.client.base import ( + NetworkError, CriticalError, NetworkCommandRunner, OperationFailed,