[OE-core] [PATCH 0/6] Decouple testexport from testimage

mariano.lopez at linux.intel.com mariano.lopez at linux.intel.com
Mon May 2 13:19:13 UTC 2016


From: Mariano Lopez <mariano.lopez at 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




More information about the Openembedded-core mailing list