mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
testimage.bbclass: define ptest suite variable
Ptest has dependencies on other tests so contain them in a variable. This allows layers to not worry about maintaining the depends themselves. (From OE-Core rev: c5c5ad9030ec7ddaa6387e2ba52e9e37b9ea76a2) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cf94bdaf3f
commit
3be5331986
@@ -49,6 +49,7 @@ SYSTEMDSUITE = "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||
MINTESTSUITE = "ping"
|
||||
NETTESTSUITE = "${MINTESTSUITE} ssh df date scp oe_syslog ${SYSTEMDSUITE}"
|
||||
DEVTESTSUITE = "gcc kernelmodule ldd"
|
||||
PTESTTESTSUITE = "${MINTESTSUITE} ssh scp ptest"
|
||||
|
||||
DEFAULT_TEST_SUITES = "${MINTESTSUITE} auto"
|
||||
DEFAULT_TEST_SUITES_pn-core-image-minimal = "${MINTESTSUITE}"
|
||||
|
||||
Reference in New Issue
Block a user