From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 5A331731F9 for ; Tue, 7 Jun 2016 16:59:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u57GxdZT028939; Tue, 7 Jun 2016 17:59:39 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6VvWVV_Ix_k7; Tue, 7 Jun 2016 17:59:39 +0100 (BST) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u57Gxa6I028935 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 7 Jun 2016 17:59:37 +0100 Message-ID: <1465318776.13979.79.camel@linuxfoundation.org> From: Richard Purdie To: Joshua Lock , openembedded-core@lists.openembedded.org Date: Tue, 07 Jun 2016 17:59:36 +0100 In-Reply-To: <1465311037-17658-1-git-send-email-joshua.g.lock@intel.com> References: <1465311037-17658-1-git-send-email-joshua.g.lock@intel.com> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH] image: add mechanism to run QA checks on the image once it's built X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2016 16:59:48 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2016-06-07 at 15:50 +0100, Joshua Lock wrote: > Add a mechanism to run QA checks on a constructed image once it's > complete. All checks will be run with any one failure resulting in > a failed build. How is that different to the testimage class (which tests images after they're built)? Cheers, Richard