From: mariano.lopez@linux.intel.com
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/6] Decouple testexport from testimage
Date: Mon, 2 May 2016 13:19:13 +0000 [thread overview]
Message-ID: <cover.1462194553.git.mariano.lopez@linux.intel.com> (raw)
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
next reply other threads:[~2016-05-02 21:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-02 13:19 mariano.lopez [this message]
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
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=cover.1462194553.git.mariano.lopez@linux.intel.com \
--to=mariano.lopez@linux.intel.com \
--cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox