From: Costin Constantin <costin.c.constantin@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/12] Include binaries in test cases and update runexported.py
Date: Fri, 18 Dec 2015 14:40:52 +0200 [thread overview]
Message-ID: <cover.1450441923.git.costin.c.constantin@intel.com> (raw)
The set of patches addresses Yocto binararies inclusion related features and
updates to the runexported.py test launcher script for machines where poky
environment is not available.
As a result runtime test cases can be written to include native and target
specific binaries, both packed as .rpm files or pre-unpacked for the situation
where the remote target has no package manager. runexported.py includes new
functionality.
For all the above, enhancements are described in:
[YOCTO #7850], [YOCTO #8478], [YOCTO #8479], [YOCTO #8481], [YOCTO #8530]
[YOCTO #8534], [YOCTO #8535], [YOCTO #8536]
The following changes since commit f1f3716776078d68bd9e3734bca881a486dc2ea3:
meta: more removals of redunant FILES_${PN}-dbg (2015-12-16 12:12:18 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ciorga/CI2-YOCTO7850
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/CI2-YOCTO7850
Costin Constantin (4):
oeqa/utils/testexport.py: add functionality for exporting binaries
classes/testimage.bbclass: add support for binaries export
utils/decorators.py: add TestNeedsBin() decorator
buildtools-with-tc.bb: extend buildtools-tarball to include test cases
Lucian Musat (8):
oeqa/runexported: Add option to run arbitrary tests.
oeqa/runexported: Fix a problem with ssh_target_log symlink.
oeqa/testimage: Added support for folder names in TEST_SUITES.
oeqa/runexported: Added support for folder names in TEST_SUITES.
oeqa/runexported: The runner supports tests from other layers.
oeqa/runexported: Add parameter support for machine arch.
oeqa/testimage: Added export features.
oeqa/runtime: Copy all __init__.py files from all layers.
meta/classes/testimage.bbclass | 257 ++++++++++++++++++++++++--
meta/lib/oeqa/runexported.py | 57 +++++-
meta/lib/oeqa/utils/decorators.py | 48 +++++
meta/lib/oeqa/utils/testexport.py | 263 +++++++++++++++++++++++++++
meta/recipes-core/meta/buildtools-with-tc.bb | 37 ++++
5 files changed, 641 insertions(+), 21 deletions(-)
create mode 100644 meta/lib/oeqa/utils/testexport.py
create mode 100644 meta/recipes-core/meta/buildtools-with-tc.bb
--
2.5.0
next reply other threads:[~2015-12-18 12:28 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-18 12:40 Costin Constantin [this message]
2015-12-18 12:40 ` [PATCH 01/12] oeqa/utils/testexport.py: add functionality for exporting binaries Costin Constantin
2015-12-18 12:40 ` [PATCH 02/12] classes/testimage.bbclass: add support for binaries export Costin Constantin
2015-12-18 12:40 ` [PATCH 03/12] utils/decorators.py: add TestNeedsBin() decorator Costin Constantin
2015-12-18 12:40 ` [PATCH 04/12] oeqa/runexported: Add option to run arbitrary tests Costin Constantin
2015-12-18 12:40 ` [PATCH 05/12] oeqa/runexported: Fix a problem with ssh_target_log symlink Costin Constantin
2015-12-18 12:40 ` [PATCH 06/12] oeqa/testimage: Added support for folder names in TEST_SUITES Costin Constantin
2015-12-18 12:40 ` [PATCH 07/12] oeqa/runexported: " Costin Constantin
2015-12-18 12:41 ` [PATCH 08/12] oeqa/runexported: The runner supports tests from other layers Costin Constantin
2015-12-18 12:41 ` [PATCH 09/12] oeqa/runexported: Add parameter support for machine arch Costin Constantin
2015-12-18 12:41 ` [PATCH 10/12] oeqa/testimage: Added export features Costin Constantin
2015-12-18 12:41 ` [PATCH 11/12] oeqa/runtime: Copy all __init__.py files from all layers Costin Constantin
2015-12-18 12:41 ` [PATCH 12/12] buildtools-with-tc.bb: extend buildtools-tarball to include test cases Costin Constantin
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.1450441923.git.costin.c.constantin@intel.com \
--to=costin.c.constantin@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