Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] Decouple testexport from testimage
@ 2016-05-02 13:19 mariano.lopez
  2016-05-02 13:19 ` [PATCH 1/6] oeqa/oetest.py: Add class ExportTestContext mariano.lopez
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mariano.lopez @ 2016-05-02 13:19 UTC (permalink / raw)
  To: openembedded-core

From: Mariano Lopez <mariano.lopez@linux.intel.com>

Testexport is a feature that gets broken quite often,
this series of patches will decouple testexport from
testimage class in order to make it easier to spot errors,
easier to maintain, and easier to extend.

The following changes since commit f7b520878babbaa7527151f22c031ae160512753:

  poky: Switch to post release name/version (2016-04-29 07:58:46 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mariano/export
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/export

Mariano Lopez (6):
  oeqa/oetest.py: Add class ExportTestContext
  testexport.bbclass: Split testimage class
  oeqa/runexported.py: Remove host dumper
  testimage.bbclass: Remove exported test
  oetest.py: Add default pscmd to oeTest
  oetest.py: Use the real ExportTestContext in exported tests

 meta/classes/testexport.bbclass | 150 ++++++++++++++++++++++++++++++++++++++++
 meta/classes/testimage.bbclass  | 137 +++++-------------------------------
 meta/lib/oeqa/oetest.py         |  60 ++++++++++------
 meta/lib/oeqa/runexported.py    |  21 +-----
 4 files changed, 209 insertions(+), 159 deletions(-)
 create mode 100644 meta/classes/testexport.bbclass

-- 
2.6.6



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

end of thread, other threads:[~2016-05-02 21:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-02 13:19 [PATCH 0/6] Decouple testexport from testimage mariano.lopez
2016-05-02 13:19 ` [PATCH 1/6] oeqa/oetest.py: Add class ExportTestContext mariano.lopez
2016-05-02 13:19 ` [PATCH 2/6] testexport.bbclass: Split testimage class mariano.lopez
2016-05-02 13:19 ` [PATCH 3/6] oeqa/runexported.py: Remove host dumper mariano.lopez
2016-05-02 13:19 ` [PATCH 4/6] testimage.bbclass: Remove exported test mariano.lopez
2016-05-02 13:19 ` [PATCH 5/6] oetest.py: Add default pscmd to oeTest mariano.lopez
2016-05-02 13:19 ` [PATCH 6/6] oetest.py: Use the real ExportTestContext in exported tests mariano.lopez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox