From patchwork Thu Jun 14 15:20:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yongqin Liu X-Patchwork-Id: 9306 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 A580A23E0C for ; Thu, 14 Jun 2012 15:20:18 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id 6BF34A185B7 for ; Thu, 14 Jun 2012 15:20:18 +0000 (UTC) Received: by yenq6 with SMTP id q6so1684218yen.11 for ; Thu, 14 Jun 2012 08:20:18 -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=n5v3Lt+LfaReYRg2as0pTtrDabev+xCVJ5vbFZiU4cs=; b=HrLV4riRYCMb/Qq6Tg1x0ytU4bBCPsgnfZarrLtVP3AW5uNddSPHs4i1dgXviv8UQ6 BzdrNaCVb03QP85n/j4sVCqTrhjB1PjjIkftDCln0dAKUjz6m1m8PSFNWOhZrupBOYcD vJlnGwEP3PDh3Nwq/4m7+b5pV7b+3wX+7rG+YGmgYDAdwQfdstH9n3CrPvakYgIGjeff NswAIdrZh+KCcd5yTdx6XOlhOZqYmq1RxmJyv4x1m9AVZu4kcssGKftXz17zxbeDAMw3 2Q2ZRA/bvh1UMLuJogZUhnjd/11kfFIGTb6N8vCDbNoo/5yFJdMKMjmvW1oob6TUPFbb ILYA== Received: by 10.50.87.227 with SMTP id bb3mr1072621igb.57.1339687217450; Thu, 14 Jun 2012 08:20:17 -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.231.24.148 with SMTP id v20csp90461ibb; Thu, 14 Jun 2012 08:20:16 -0700 (PDT) Received: by 10.216.217.228 with SMTP id i78mr1288269wep.126.1339687216307; Thu, 14 Jun 2012 08:20:16 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id m17si8608327wee.51.2012.06.14.08.20.15 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 14 Jun 2012 08:20: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 1SfBqJ-0001pO-KG for ; Thu, 14 Jun 2012 15:20:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 9131DE0020 for ; Thu, 14 Jun 2012 15:20: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: 324 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 324: add the option parameter for the test_name method of lava_android_test_run command Message-Id: <20120614152015.2963.71824.launchpad@ackee.canonical.com> Date: Thu, 14 Jun 2012 15:20: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="15414"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 711f1e9579fa3b4a24b52f1f5e0cbeb0e13e153c X-Gm-Message-State: ALoCoQlEpD/o7SaY4jiaZr3uDdcBDNgZuvsFMe0TIR4fMUsDA7gQrSfUKt+Net/dC5vfTWqpOLWX Merge authors: Yongqin Liu (liuyq0307) Related merge proposals: https://code.launchpad.net/~liuyq0307/lava-dispatcher/fix-option-support-error/+merge/110351 proposed by: Yongqin Liu (liuyq0307) review: Approve - Andy Doan (doanac) ------------------------------------------------------------ revno: 324 [merge] committer: Yongqin Liu branch nick: lava-dispatcher timestamp: Thu 2012-06-14 23:17:59 +0800 message: add the option parameter for the test_name method of lava_android_test_run command modified: lava_dispatcher/actions/lava-android-test.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/actions/lava-android-test.py' --- lava_dispatcher/actions/lava-android-test.py 2012-06-07 10:49:44 +0000 +++ lava_dispatcher/actions/lava-android-test.py 2012-06-14 14:49:07 +0000 @@ -47,7 +47,7 @@ 'additionalProperties': False, } - def test_name(self, test_name, timeout=-1): + def test_name(self, test_name, option=None, timeout=-1): return super(cmd_lava_android_test_run, self).test_name() + \ ' (%s)' % test_name