From patchwork Tue Aug 4 13:47:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 11700423 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6830E138C for ; Tue, 4 Aug 2020 13:47:48 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 553992075D for ; Tue, 4 Aug 2020 13:47:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="Siiz7Mml" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 553992075D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=toshiba.co.jp Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5095+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id ZCqeYY4521763xM2eGMVgQyC; Tue, 04 Aug 2020 06:47:48 -0700 X-Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.157]) by mx.groups.io with SMTP id smtpd.web12.5666.1596548866415956214 for ; Tue, 04 Aug 2020 06:47:46 -0700 X-Received: by mo-csw.securemx.jp (mx-mo-csw1115) id 074DliWd007851; Tue, 4 Aug 2020 22:47:44 +0900 X-Iguazu-Qid: 2wGrblJYDykpcAfVbs X-Iguazu-QSIG: v=2; s=0; t=1596548864; q=2wGrblJYDykpcAfVbs; m=APKNYkt8yLZvHGGO4rgXYjOWXKXfQl+ZsLoS1toWSzg= X-Received: from imx2.toshiba.co.jp (imx2.toshiba.co.jp [106.186.93.51]) by relay.securemx.jp (mx-mr1112) id 074Dlhbs003712; Tue, 4 Aug 2020 22:47:43 +0900 X-Received: from enc01.localdomain ([106.186.93.100]) by imx2.toshiba.co.jp with ESMTP id 074DlhCO018853 for ; Tue, 4 Aug 2020 22:47:43 +0900 (JST) X-Received: from hop001.toshiba.co.jp ([133.199.164.63]) by enc01.localdomain with ESMTP id 074Dlhbe020188 for ; Tue, 4 Aug 2020 22:47:43 +0900 From: "Nobuhiro Iwamatsu" To: cip-dev@lists.cip-project.org Cc: Nobuhiro Iwamatsu Subject: [cip-dev] [PATCH 3/3] testing: Add test.yml Date: Tue, 4 Aug 2020 22:47:28 +0900 X-TSB-HOP: ON Message-Id: <20200804134728.445732-3-nobuhiro1.iwamatsu@toshiba.co.jp> In-Reply-To: <20200804134728.445732-1-nobuhiro1.iwamatsu@toshiba.co.jp> References: <20200804134728.445732-1-nobuhiro1.iwamatsu@toshiba.co.jp> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Delivered-To: mailing list cip-dev@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: 8kOybw7zp6w4mYFed0PwDFghx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1596548868; bh=a9aHrOaOxnLrTVibU8vFtnB2y+3WI2R1wQH7vXSXPvs=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=Siiz7MmlYbZNbjwkNN3+aWMfk5maiU3w0daJpzhIRQKXn86H4xnaAQOwm6g25JS5g1h GQHkyrqSyeRh08LWBsrIVTI7P5gfqRp77JpK3KvNhWmlx5vCiO7kCYcm0gFdT7/VFIWTi axsckmQ7XTsiKhWdBouojLAr6Axw9yBW6t8= Add YAML to add the test application to cip-core-image, and create the cip-core-image-test image. Signed-off-by: Nobuhiro Iwamatsu --- kas/opt/test.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 kas/opt/test.yml diff --git a/kas/opt/test.yml b/kas/opt/test.yml new file mode 100644 index 0000000..c9eeb83 --- /dev/null +++ b/kas/opt/test.yml @@ -0,0 +1,15 @@ +# +# CIP Core, generic profile +# +# Copyright (c) Siemens AG, 2019 +# +# Authors: +# Jan Kiszka +# +# SPDX-License-Identifier: MIT +# + +header: + version: 8 + +target: cip-core-image-test