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 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core