All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/6] Build tests
@ 2016-05-06 21:26 Michael Wood
  2016-05-06 21:26 ` [PATCH v4 1/6] toaster: Remove DATABASE_URL being passed around as an environment var Michael Wood
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Michael Wood @ 2016-05-06 21:26 UTC (permalink / raw)
  To: toaster

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

-- 
2.7.4



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-05-19 13:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2016-05-19 13:01     ` Smith, Elliot

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.