From patchwork Mon Jun 19 08:46:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juerg Haefliger X-Patchwork-Id: 777647 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3wrl3F0x5Rz9s7f; Mon, 19 Jun 2017 18:47:21 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical-com.20150623.gappssmtp.com header.i=@canonical-com.20150623.gappssmtp.com header.b="ZKYBAbcm"; dkim-atps=neutral Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1dMsL1-0001iw-7U; Mon, 19 Jun 2017 08:47:11 +0000 Received: from mail-wm0-f53.google.com ([74.125.82.53]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1dMsKv-0001hp-87 for kernel-team@lists.ubuntu.com; Mon, 19 Jun 2017 08:47:05 +0000 Received: by mail-wm0-f53.google.com with SMTP id m125so72757073wmm.1 for ; Mon, 19 Jun 2017 01:47:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=yQVKk090vTuVnqD25/HaTw9xeWwtH/EcNOTC5MzjVS8=; b=ZKYBAbcmgrBebv08+wg/VWv1uBbyf2nhO/3EdlJrP5li3sfoBU/3s/FCbINCpcD8Hs iy3tkneZtPEn50SOjrCtA5uaCkxZeA96FBrIUIJlt+2YT2NZBIEiNCghK4FiCKtWlPh7 QMkkXS5IwjuElmvrU6kLUEFvJyHz5d8ogUiUHFUKIkN6zRYE/InTF/ZrXSiXoYOCC4Vn PzBD4fRdXcNn3SVqkA+zvYjw1vON83q2psbcfagGBznPFxUA+5bjtgv9MPC+pz57+ObM Te0bnPmn1hH+BpAM34/Vbtbiqv4bOsS8IfVVIp8Mq8n1Pds5xzcf8QOedvA+BCtl7naf gkqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=yQVKk090vTuVnqD25/HaTw9xeWwtH/EcNOTC5MzjVS8=; b=S1m0cz7FxAHz8Emm1WvuB0ElvdEg5D6J+M1PQe6NQlCZrhS+KA4je9yA8w6YuPOFNi teoDgc2qxIAtaaGYoQv9sjrfCiDxWDrgbsxhOCtm+KHSJHTA+Rbx3n9lWDpmtRzYTeUx e3SUfILBESEyXQEQfJILrVp2YMLxo/GrsLTY2aayuy5d2nAuQykoMx3ENcapIDdnWeWP TbjAkg8n3EH5OA8v8AbUe2cHqGJW3c0ljdzAjpx6FtW5Aviq23skOcHRj5JViw+1OpRZ /fU9DD1sbs2P/pEd7sWY1zBC00E+UV5gLTE96hZIkc9WXQj6afxqvjtBo0f9uHyl2J9D 9RBQ== X-Gm-Message-State: AKS2vOykcOnsCmEMJB4YZShB+A5n0sSyenrxzFRYL38c6T9POk08WcEB PwULAEYj10Ogq7+QJlvg4Q== X-Received: by 10.80.132.99 with SMTP id 90mr16415099edp.50.1497862024656; Mon, 19 Jun 2017 01:47:04 -0700 (PDT) Received: from localhost.localdomain (adsl-84-226-232-98.adslplus.ch. [84.226.232.98]) by smtp.gmail.com with ESMTPSA id f22sm4970298edf.59.2017.06.19.01.47.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Jun 2017 01:47:03 -0700 (PDT) From: Juerg Haefliger To: kernel-team@lists.ubuntu.com Subject: [kernel-testing] lab-systems-power.yaml: add missing (empty) power arrays Date: Mon, 19 Jun 2017 10:46:46 +0200 Message-Id: <20170619084646.12121-1-juerg.haefliger@canonical.com> X-Mailer: git-send-email 2.11.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com This was missing for the starmie-kernel and wright-kernel systems and prevents commands like './info systems' from functioning properly. Signed-off-by: Juerg Haefliger Acked-by: Po-Hsu Lin --- lib/lab-configuration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/lab-configuration.yaml b/lib/lab-configuration.yaml index 3e586c4c31df..e85ee4fe3495 100644 --- a/lib/lab-configuration.yaml +++ b/lib/lab-configuration.yaml @@ -746,6 +746,7 @@ provisioner: "hyper-maas" jenkins server: "jenkins2" locked: false + power: [] role: - "ubuntu_boot" - "qrt" @@ -774,6 +775,7 @@ provisioner: "hyper-maas" jenkins server: "jenkins2" locked: false + power: [] role: - "ubuntu_boot" - "qrt"