mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01: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) (From OE-Core rev: 1da4c2e18e0897b3dc24d0d54b5d949bec39c990) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> 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 \
|
||||
logrotate connman systemd oe_syslog pam stap ldd xorg \
|
||||
kernelmodule gcc buildcpio buildlzip buildgalculator \
|
||||
${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'dnf rpm', '', d)} \
|
||||
${@bb.utils.contains('IMAGE_PKGTYPE', 'ipk', 'opkg', '', d)} \
|
||||
${@bb.utils.contains('IMAGE_PKGTYPE', 'deb', 'apt', '', d)}"
|
||||
dnf rpm opkg apt"
|
||||
|
||||
DEFAULT_TEST_SUITES = "${BASICTESTSUITE}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user