From patchwork Wed Dec 19 06:05:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Senthil Kumaran X-Patchwork-Id: 13651 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 CFF0623E02 for ; Wed, 19 Dec 2012 06:05:17 +0000 (UTC) Received: from mail-ia0-f174.google.com (mail-ia0-f174.google.com [209.85.210.174]) by fiordland.canonical.com (Postfix) with ESMTP id 78E33A1929B for ; Wed, 19 Dec 2012 06:05:17 +0000 (UTC) Received: by mail-ia0-f174.google.com with SMTP id y25so1360397iay.5 for ; Tue, 18 Dec 2012 22:05:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :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=zuHmvFmgEZ75KJxEFksHOe3EPr69C16H6vn3JscRfr0=; b=OGWPKFIyd410yfu15o0XUeeOOArnOj84AL26Soc1vHM7P32yiq2zKjw9hNZC/i0mgC PTlJ3GbvaL8Wsw1L9Qs4xvCy9OE5u/utOq8+StFimDPV6lZgowiIU4tOoVyaSR2exQhj MUQog893DQBLNdY0YSImEIb8qI+gxmOrFYxGqWyJZpa77SiBfU70hf07szaAJ8mpJP1+ yuBvfR6nzxEEHhyUntf9MiGolMO77j/oatz2bJ7RT1ogRUd7Upvwfw4b8JWa4WZ/amiU bDDg6lKo0LLMcZi5XbflsR1WQwfo1iP7GJ8nZ/T0fMcTPRCgCsLd179bzJeclrPdLMPN E7yw== X-Received: by 10.50.53.175 with SMTP id c15mr953134igp.106.1355897116823; Tue, 18 Dec 2012 22:05:16 -0800 (PST) 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.115 with SMTP id m19csp213419igt; Tue, 18 Dec 2012 22:05:16 -0800 (PST) X-Received: by 10.180.104.69 with SMTP id gc5mr9375625wib.13.1355897115581; Tue, 18 Dec 2012 22:05:15 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id i13si18272475wik.18.2012.12.18.22.05.15 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 18 Dec 2012 22:05:15 -0800 (PST) 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 1TlCmI-0000l3-Vw for ; Wed, 19 Dec 2012 06:05:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id E564CE161E for ; Wed, 19 Dec 2012 06:05: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: 508 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 508: Import subprocess module which is used in lava dispatcher's utils. Message-Id: <20121219060514.20777.3534.launchpad@ackee.canonical.com> Date: Wed, 19 Dec 2012 06:05:14 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="16378"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 8dd776cfd9e71e15f81c75c43d9f405da411004c X-Gm-Message-State: ALoCoQkJo26gNNCa7bCJU510Z1DSXP6LJq9pexDj6OOukHItTsDAjVidDs1ybg1s1NeEjtqqYCjv ------------------------------------------------------------ revno: 508 committer: Senthil Kumaran branch nick: trunk timestamp: Wed 2012-12-19 11:16:44 +0530 message: Import subprocess module which is used in lava dispatcher's utils. modified: lava_dispatcher/utils.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/utils.py' --- lava_dispatcher/utils.py 2012-12-18 19:50:48 +0000 +++ lava_dispatcher/utils.py 2012-12-19 05:46:44 +0000 @@ -28,6 +28,7 @@ import threading import time import urlparse +import subprocess from shlex import shlex import pexpect