mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
testimage: Enable autorunning of the package manager testsuites
Now that the hangs in httpservice are fixed we can let these tests auto skip as appropriate. (From OE-Core rev: 42a0d70291d551578e21f590fcb85ca72a78ccb5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -44,9 +44,7 @@ BASICTESTSUITE = "\
|
|||||||
ping date df ssh scp python perl gi ptest parselogs \
|
ping date df ssh scp python perl gi ptest parselogs \
|
||||||
logrotate connman systemd oe_syslog pam stap ldd xorg \
|
logrotate connman systemd oe_syslog pam stap ldd xorg \
|
||||||
kernelmodule gcc buildcpio buildlzip buildgalculator \
|
kernelmodule gcc buildcpio buildlzip buildgalculator \
|
||||||
${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'dnf rpm', '', d)} \
|
dnf rpm opkg apt"
|
||||||
${@bb.utils.contains('IMAGE_PKGTYPE', 'ipk', 'opkg', '', d)} \
|
|
||||||
${@bb.utils.contains('IMAGE_PKGTYPE', 'deb', 'apt', '', d)}"
|
|
||||||
|
|
||||||
DEFAULT_TEST_SUITES = "${BASICTESTSUITE}"
|
DEFAULT_TEST_SUITES = "${BASICTESTSUITE}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user