Pushed to toaster-next and submitted to bitbake-devel. Thanks. Elliot
On 16 May 2016 at 18:21, Michael Wood <[email protected]> wrote: > 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 >>> >>> >> > --------------------------------------------------------------------- > Intel Corporation (UK) Limited > Registered No. 1134945 (England) > Registered Office: Pipers Way, Swindon SN3 1RJ > VAT No: 860 2173 47 > > This e-mail and any attachments may contain confidential material for > the sole use of the intended recipient(s). Any review or distribution > by others is strictly prohibited. If you are not the intended > recipient, please contact the sender and delete all copies. > > -- Elliot Smith Software Engineer Intel Open Source Technology Centre
-- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
