From: Leonardo Sandoval <leonardo.sandoval.gonza...@linux.intel.com> Originally, the selftests were defined for the 'poky' distro. However, there are more supported distros, including nodistro, poky-lsb and poky-tiny. These series takes into consideration the distro name and its features to skip certain tests.
[YOCTO #8525] The following changes since commit 12a0ee049e453b6d0d2ce2f3fa981d1b6e02bd78: dev-manual: Added note about RPM not dealing with post-install (2016-11-23 11:10:35 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lsandov1/oe-selftest-distro-agnostic http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lsandov1/oe-selftest-distro-agnostic Leonardo Sandoval (13): selftest: base: new object member to store the DISTRO value selftest: bbtests: use minimal image so all distros can execute it selftest: bbtests: run non-gplv3 test only on relevant distros selftest: buildoptions: skip read-only-image test depending on distro selftest: buildoptions: skip test in case features are missing selftest: devtool: use mraa instead of libmatchbox to lessen distro requirements selftest: imagefeatures: skip tests in case distro feature is missing selftest: imagefeatures: skip bmap test in case of poky-tiny selftest: recipetool: use mraa instead of libmatchbox to lessen distro requirements selftest: runtime-test: skip image-install test for poky-tiny selftest: sstatetests: skip methods in case of poky-tiny or opengl is missing selftest: wic: skip tests for poky-tiny distro policy selftest: bblayers: remove linux kernel checks for show-recipes check meta/lib/oeqa/selftest/base.py | 1 + meta/lib/oeqa/selftest/bblayers.py | 6 +--- meta/lib/oeqa/selftest/bbtests.py | 8 +++-- meta/lib/oeqa/selftest/buildoptions.py | 3 ++ meta/lib/oeqa/selftest/devtool.py | 17 ++++++---- meta/lib/oeqa/selftest/imagefeatures.py | 9 +++++- meta/lib/oeqa/selftest/recipetool.py | 27 ++++++++++------ meta/lib/oeqa/selftest/runtime-test.py | 2 ++ meta/lib/oeqa/selftest/sstate.py | 10 +++--- meta/lib/oeqa/selftest/sstatetests.py | 57 ++++++++++++++++++++++++++++----- meta/lib/oeqa/selftest/wic.py | 9 ++++++ 11 files changed, 112 insertions(+), 37 deletions(-) -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core