From 42a0d70291d551578e21f590fcb85ca72a78ccb5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 16 Nov 2018 09:39:30 +0000 Subject: 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. Signed-off-by: Richard Purdie --- meta/classes/testimage.bbclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/classes/testimage.bbclass') diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index ded72048bc..92e56862d4 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass @@ -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}" -- cgit 1.2.3-korg