From patchwork Thu Oct 4 21:45:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 11992 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 5A6B923EF8 for ; Thu, 4 Oct 2012 21:45: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 039EAA18250 for ; Thu, 4 Oct 2012 21:45:20 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so2089732iej.11 for ; Thu, 04 Oct 2012 14:45: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=+fu2jQ1yGxfxtcBPza+0kCYxChzDCKLZ+8Wot3jySFQ=; b=Lf/OAVNkhAMvIUXASNFLX7ClK33tiD9qmkaOWllhhWzoRjTaJCvlmopCeXkicHdclk /nmlZ7fQYptbYVG4IYTYpin1KxYx/WYdSS3OiAMxed9jGbZiInqaW+KSDYFd214lAKNp 74USgfI4HhS1dSJ1ykX5CS6lvPyXx5iAofWvq7IMl6LbiV7etZQEtQh0DTX21phxoCsU xBM/50j0WVYpyzPrPHiIeWXNygcH4fD6AIFBkEBxlZNrkp5U/nBIIS3rafPZoEXIx66J +zn/+xm8/AYZNoK4/shktuuvqQMF6LePBQmviR4J4G74zePPLb9MNo67LvfQ+vcuAUma fryA== Received: by 10.50.0.193 with SMTP id 1mr6901959igg.0.1349387120454; Thu, 04 Oct 2012 14:45: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 ex8csp91990igc; Thu, 4 Oct 2012 14:45:19 -0700 (PDT) Received: by 10.216.136.230 with SMTP id w80mr4264173wei.199.1349387118412; Thu, 04 Oct 2012 14:45:18 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id l27si9739518wep.53.2012.10.04.14.45.17 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 04 Oct 2012 14:45: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 1TJtEL-0004im-HX for ; Thu, 04 Oct 2012 21:45:17 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 7533DE05E9 for ; Thu, 4 Oct 2012 21:45:17 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-scheduler X-Launchpad-Branch: ~linaro-validation/lava-scheduler/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 218 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 218: fix the daemon tests Message-Id: <20121004214517.9958.29652.launchpad@ackee.canonical.com> Date: Thu, 04 Oct 2012 21:45: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="16061"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 6ab723cb6ff8c77bf9997577654f0d0336a67316 X-Gm-Message-State: ALoCoQlVrWAoqHQRsHM8VPPIa3c+8TYDFU+4ofCiML+ShjztfSqA2BDTY/41OyvMAZULWYJBYFQ3 ------------------------------------------------------------ revno: 218 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Fri 2012-10-05 10:44:25 +1300 message: fix the daemon tests (that the errors were so obscure for such a simple problem is Not Good) modified: lava_scheduler_daemon/tests/test_board.py --- lp:lava-scheduler https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk You are subscribed to branch lp:lava-scheduler. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription === modified file 'lava_scheduler_daemon/tests/test_board.py' --- lava_scheduler_daemon/tests/test_board.py 2012-03-27 02:57:52 +0000 +++ lava_scheduler_daemon/tests/test_board.py 2012-10-04 21:44:25 +0000 @@ -36,7 +36,7 @@ class TestJob(object): - def __init__(self, job_data, dispatcher, source, board_name, reactor, options): + def __init__(self, job_data, dispatcher, source, board_name, reactor, options, use_celery): self.json_data = job_data self.dispatcher = dispatcher self.reactor = reactor