mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-18 16:25:28 +01:00
meta-python-image-ptest: add PTESTS_PROBLEMS_META_PYTHON
In oe-core, PTESTS_PROBLEMS are also enabled, so even though the recipe might have failures or the ptests do not run cleanly, the BBCLASSEXTEND still works. Enable the same behavior for meta-python. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
22f6e7eec3
commit
1e853f5c5f
|
|
@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest"
|
||||||
require conf/include/ptest-packagelists-meta-python.inc
|
require conf/include/ptest-packagelists-meta-python.inc
|
||||||
|
|
||||||
# Include the full set of ptests
|
# Include the full set of ptests
|
||||||
PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON}"
|
PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON} ${PTESTS_PROBLEMS_META_PYTHON}"
|
||||||
|
|
||||||
do_testimage[noexec] = "1"
|
do_testimage[noexec] = "1"
|
||||||
do_testimage[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}"
|
do_testimage[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}"
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ SUMMARY = "meta-python ptest test image"
|
||||||
DESCRIPTION += "Also including the ${MCNAME} ptest package."
|
DESCRIPTION += "Also including the ${MCNAME} ptest package."
|
||||||
HOMEPAGE = "https://www.openembedded.org/"
|
HOMEPAGE = "https://www.openembedded.org/"
|
||||||
|
|
||||||
PTESTS_META_PYTHON = "${PTESTS_SLOW_META_PYTHON} ${PTESTS_FAST_META_PYTHON}"
|
PTESTS_META_PYTHON = "${PTESTS_SLOW_META_PYTHON} ${PTESTS_FAST_META_PYTHON} ${PTESTS_PROBLEMS_META_PYTHON}"
|
||||||
|
|
||||||
IMAGE_INSTALL:append = " ${MCNAME}-ptest openssh"
|
IMAGE_INSTALL:append = " ${MCNAME}-ptest openssh"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user