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 A2182770E7 for ; Fri, 16 Oct 2015 13:17:33 +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 t9GDHW3Z008633; Fri, 16 Oct 2015 14:17:32 +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 8O1HW6S3zXMI; Fri, 16 Oct 2015 14:17:32 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t9GDHGfs008630 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 16 Oct 2015 14:17:27 +0100 Message-ID: <1445001436.17974.17.camel@linuxfoundation.org> From: Richard Purdie To: brian avery Date: Fri, 16 Oct 2015 14:17:16 +0100 In-Reply-To: <20dd08f325d8ef8c81e951a92979cf98b0a2b905.1444854417.git.avery.brian@gmail.com> References: <20dd08f325d8ef8c81e951a92979cf98b0a2b905.1444854417.git.avery.brian@gmail.com> X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Cc: bitbake-devel@lists.openembedded.org Subject: Re: [PATCH 01/10] toaster: Reorganise and lint tests X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 13:17:37 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2015-10-14 at 13:29 -0700, brian avery wrote: > From: Elliot Smith > > Get test suite ready to accommodate new tests for how command line > builds are shown on various pages. > > Signed-off-by: Elliot Smith > Signed-off-by: Ed Bartosh > Signed-off-by: brian avery > --- > lib/toaster/toastergui/tests.py | 83 ++++++++++++++++++++++++----------------- > 1 file changed, 49 insertions(+), 34 deletions(-) I've taken 3 of the 10 patches in this series, the rest simply fail to apply to the master branch. Cheers, Richard