From patchwork Wed Jan 18 00:15:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 6275 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 1C3FE23F02 for ; Wed, 18 Jan 2012 00:15:20 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id 05EF0A185AB for ; Wed, 18 Jan 2012 00:15:19 +0000 (UTC) Received: by bkbzt4 with SMTP id zt4so2429733bkb.11 for ; Tue, 17 Jan 2012 16:15:19 -0800 (PST) Received: by 10.204.41.143 with SMTP id o15mr7734653bke.63.1326845719157; Tue, 17 Jan 2012 16:15:19 -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.205.82.144 with SMTP id ac16cs133392bkc; Tue, 17 Jan 2012 16:15:18 -0800 (PST) Received: by 10.180.101.40 with SMTP id fd8mr32514414wib.15.1326845717463; Tue, 17 Jan 2012 16:15:17 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id z13si6498172weq.105.2012.01.17.16.15.17 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 Jan 2012 16:15:17 -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 1RnJBN-0003S0-2B for ; Wed, 18 Jan 2012 00:15:17 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 0798BE09F2 for ; Wed, 18 Jan 2012 00:15:17 +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: 195 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 195: Added default key/values introduced for snowball Message-Id: <20120118001517.10235.13704.launchpad@ackee.canonical.com> Date: Wed, 18 Jan 2012 00:15: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="14681"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 1c59bb4d52ce58c3690e9a8e8e10d5c866162a71 Merge authors: Le Chi Thu le.chi.thu@linaro.org Related merge proposals: https://code.launchpad.net/~le-chi-thu/lava-dispatcher/snowball_android_fix/+merge/88792 proposed by: Le Chi Thu (le-chi-thu) review: Approve - Yongqin Liu (liuyq0307) review: Approve - Michael Hudson-Doyle (mwhudson) review: Approve - Zygmunt Krynicki (zkrynicki) ------------------------------------------------------------ revno: 195 [merge] committer: Paul Larson branch nick: lava-dispatcher timestamp: Tue 2012-01-17 18:13:44 -0600 message: Added default key/values introduced for snowball modified: lava_dispatcher/default-config/lava-dispatcher/device-defaults.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-defaults.conf' --- lava_dispatcher/default-config/lava-dispatcher/device-defaults.conf 2012-01-16 15:57:23 +0000 +++ lava_dispatcher/default-config/lava-dispatcher/device-defaults.conf 2012-01-18 00:13:44 +0000 @@ -89,3 +89,10 @@ # The value to pass to qemu-system-arm's -M option. qemu_machine_type = %(device_type)s + +# This is used for snowball soft reset fix, since the reboot command is hanging. +soft_boot_cmd = + +# This is for android build where the network is not up by default. 1 or 0 +enable_network_after_boot_android = 0 +