From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id EDC71E00ED6; Mon, 9 May 2016 06:53:06 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.125.82.49 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B9F60E00B74 for ; Mon, 9 May 2016 06:53:00 -0700 (PDT) Received: by mail-wm0-f49.google.com with SMTP id e201so138415238wme.0 for ; Mon, 09 May 2016 06:53:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=intel-com.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=GMotPaY2iVMgY3sadmh5v2BQZI/MzyGFvER+nKRguQw=; b=MAX8pg+y9b40Qgkg5UIOFm9wkK/PjczUcWgupIc3jsf+NNqw/DZSKlhND6MsYvg6Pp djZmOAiUqFXWvwp0chgE0gEzb5144mrotwXiggSWgPfDpNtHJrDAq+4GzlS9vWQ+vw1B ChN3Vj/fvMiaCTZHucF+D7mBZKrmyKrxWB6cUA1zO5npEXDcuwoqhzQqfcqZiSLQzcWe pWyLmLTjDlJ4eCqXLERIq1Jb3DW2u+ta1v+K7Ln+lQq+D2dIFPg4xNlLJCEduKr+MAcE ckvrxtjkic76bECARygLrzjbu81RDg8B0ABToBORpF2kr4VX2sal7RbEs4x/oIEktvBL Qg4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=GMotPaY2iVMgY3sadmh5v2BQZI/MzyGFvER+nKRguQw=; b=fCjY1s27c+N6MLuytnTzIIwOEcLiOC1W/7l/7cwtT0ehlyxVI3m1RlM97hfpnPEpof jIrUcr6EKqgkve/W2oyR+3P30orjFOkyBIvbLT7Q+AMu3RAbGNeQIhB2GxzH78nAm2CZ y4YIyvYwE7f2gWlplmnjVGyD1uqx7T6BiXLgTMBvwG1l7WtZX8Lcgy3994AcF+zkePhr baKu5olSO6C0sG3S7UYfyhGNZYtU+KmwPnXG0uaHwSHtOwZHGAB3XXtO8JT8m+dN11Lc z2oHoa2SL3xVezdFkQ4KkU4aa1U3sDnhS+a7BFitSkx2jkN045p1Hd9rS6imC/rZCaA/ 8d3A== X-Gm-Message-State: AOPr4FV4eOfd2ztwWS+j2jGqUSCirdoHlxNOSusX32/IfQpOaSRB7xhkL24lhJ52N07Cwkvk X-Received: by 10.28.111.14 with SMTP id k14mr11630278wmc.32.1462801979812; Mon, 09 May 2016 06:52:59 -0700 (PDT) Received: from [192.168.0.78] (host109-151-244-175.range109-151.btcentralplus.com. [109.151.244.175]) by smtp.googlemail.com with ESMTPSA id ry15sm31359323wjb.19.2016.05.09.06.52.59 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 May 2016 06:52:59 -0700 (PDT) To: "toaster@yoctoproject.org" References: <1462569985-12670-1-git-send-email-michael.g.wood@intel.com> From: Michael Wood Message-ID: <5730963A.50009@intel.com> Date: Mon, 9 May 2016 14:52:58 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1462569985-12670-1-git-send-email-michael.g.wood@intel.com> Subject: Re: [PATCH v4 0/6] Build tests X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2016 13:53:07 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit pushed on to the branch poky-contrib michael/toaster/build-tests to fix the typo in first patch: s/toaster1.sqlite/toaster.sqlite/ Thanks, Michael On 06/05/16 22:26, Michael Wood wrote: > Changes since v3: > - Make sure config_file is initialised > - Add a README file to explain how to run the tests > > Michael Wood (6): > toaster: Remove DATABASE_URL being passed around as an environment var > toaster: runbuilds move the execution sequence out of the poll loop > toaster: Add a specific test settings file > toaster: tests Add a BuildTest helper class > toaster: tests build Add a test for a build of core-image-minimal > toaster: tests builds Add SSTATE_MISS as a valid condition for tc=833 > > bitbake/bin/toaster | 2 - > bitbake/lib/bb/ui/buildinfohelper.py | 20 +- > .../bldcontrol/management/commands/runbuilds.py | 30 +- > bitbake/lib/toaster/tests/builds/README | 14 + > bitbake/lib/toaster/tests/builds/__init__.py | 0 > bitbake/lib/toaster/tests/builds/buildtest.py | 134 +++++++ > .../toaster/tests/builds/test_core_image_min.py | 396 +++++++++++++++++++++ > .../toastermain/management/commands/get-dburl.py | 9 - > bitbake/lib/toaster/toastermain/settings-test.py | 41 +++ > bitbake/lib/toaster/toastermain/settings.py | 67 +--- > 10 files changed, 621 insertions(+), 92 deletions(-) > create mode 100644 bitbake/lib/toaster/tests/builds/README > create mode 100644 bitbake/lib/toaster/tests/builds/__init__.py > create mode 100644 bitbake/lib/toaster/tests/builds/buildtest.py > create mode 100644 bitbake/lib/toaster/tests/builds/test_core_image_min.py > delete mode 100644 bitbake/lib/toaster/toastermain/management/commands/get-dburl.py > create mode 100644 bitbake/lib/toaster/toastermain/settings-test.py >