From: Michael Wood <michael.g.wood@intel.com>
To: "toaster@yoctoproject.org" <toaster@yoctoproject.org>
Subject: Re: [PATCH v4 0/6] Build tests
Date: Mon, 16 May 2016 18:21:23 +0100 [thread overview]
Message-ID: <573A0193.20107@intel.com> (raw)
In-Reply-To: <5730963A.50009@intel.com>
Re-based on toaster-next and pushed onto poky-contrib
michael/toaster/build-tests
Thanks,
Michael
On 09/05/16 14:52, Michael Wood wrote:
> 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
>>
>
next prev parent reply other threads:[~2016-05-16 17:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-06 21:26 [PATCH v4 0/6] Build tests Michael Wood
2016-05-06 21:26 ` [PATCH v4 1/6] toaster: Remove DATABASE_URL being passed around as an environment var Michael Wood
2016-05-06 21:26 ` [PATCH v4 2/6] toaster: runbuilds move the execution sequence out of the poll loop Michael Wood
2016-05-06 21:26 ` [PATCH v4 3/6] toaster: Add a specific test settings file Michael Wood
2016-05-06 21:26 ` [PATCH v4 4/6] toaster: tests Add a BuildTest helper class Michael Wood
2016-05-06 21:26 ` [PATCH v4 5/6] toaster: tests build Add a test for a build of core-image-minimal Michael Wood
2016-05-06 21:26 ` [PATCH v4 6/6] toaster: tests builds Add SSTATE_MISS as a valid condition for tc=833 Michael Wood
2016-05-09 13:52 ` [PATCH v4 0/6] Build tests Michael Wood
2016-05-16 17:21 ` Michael Wood [this message]
2016-05-19 13:01 ` Smith, Elliot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=573A0193.20107@intel.com \
--to=michael.g.wood@intel.com \
--cc=toaster@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.