From patchwork Wed Oct 17 14:23:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Doan X-Patchwork-Id: 12317 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 0E6111D5170 for ; Wed, 17 Oct 2012 14:23: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 AE3C6A1946F for ; Wed, 17 Oct 2012 14:23:16 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so11455670iej.11 for ; Wed, 17 Oct 2012 07:23: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=iGdF4RBKR+Wk088V2zGohNKL8DMQK58YMTfmq3M5bBU=; b=i4fHJDvxNus/cg05xEAoNJ9v3sJ6o7r9SfusnrMejPkg/dnz35kHajk1/+GFqsUx9U 1bu20Qpu2zNvsmQIyD+UVBglbEkaOVzgBk0Sozx2bQim3VEllkESfigWIPzXbsoXvJkR Nto3Xxuu9YtcsHwqw95b2fnKD5UEDWWyE53/qWZfU/+uNDMHWODHomdp0xnlvQazD9vD zMQ/SoCv1igFkiBjzJwAZtgVgNqi4NhtnOQVQ2OQ0Ho0l1V6z+4/WY/RK4uxyGGJmRzv vqCHSS/tKvrChijB1C0/8rVF5DWEMW8gfEE6/RO8MPjxnqgadsoKbfEa+HWea4TlMjpE z53g== Received: by 10.50.152.137 with SMTP id uy9mr1634731igb.62.1350483796117; Wed, 17 Oct 2012 07:23: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 n20csp904020igt; Wed, 17 Oct 2012 07:23:14 -0700 (PDT) Received: by 10.180.94.73 with SMTP id da9mr4487726wib.19.1350483793877; Wed, 17 Oct 2012 07:23:13 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id gv10si25761814wib.3.2012.10.17.07.23.13 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 17 Oct 2012 07:23:13 -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 1TOUWf-0005eK-AW for ; Wed, 17 Oct 2012 14:23:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 44497E05E4 for ; Wed, 17 Oct 2012 14:23: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: 404 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 404: ensure fastmodel uses lo for network interface Message-Id: <20121017142313.5825.67128.launchpad@ackee.canonical.com> Date: Wed, 17 Oct 2012 14:23: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="16152"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 7e01010bdca868a45c947f83eeb3c4914f8f22ee X-Gm-Message-State: ALoCoQlBEHvW9EwIMYYOwh5ESIE1iHFl6LUqZs24q3MLXoOUmaJ/NTCMGwtuUNAcIJll8dglLi37 ------------------------------------------------------------ revno: 404 committer: Andy Doan branch nick: trunk timestamp: Tue 2012-10-16 22:45:38 -0500 message: ensure fastmodel uses lo for network interface In the old implementation the client had a function, get_android_adb_interface. This doesn't work well with the new target approach. And we really already had a way of handling this just using the config for the model. modified: lava_dispatcher/default-config/lava-dispatcher/device-types/fastmodel.conf --- 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/default-config/lava-dispatcher/device-types/fastmodel.conf' --- lava_dispatcher/default-config/lava-dispatcher/device-types/fastmodel.conf 2012-08-23 15:33:00 +0000 +++ lava_dispatcher/default-config/lava-dispatcher/device-types/fastmodel.conf 2012-10-17 03:45:38 +0000 @@ -13,3 +13,6 @@ # if you do dhcp on boot, adb will not work (asac) on fastmodels enable_network_after_boot_android = 0 + +# we do usermode networking over the loopback +default_network_interface = lo