aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-16 09:39:30 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-25 22:13:05 +0000
commitd82f2a0a17ecad5fdb2d2450f5048d00cf0448b1 (patch)
tree668c9ed8a09b009f5a41cc2daa9e465bf2c93d88
parent4b9641505f39718fe820eb199ed6554662d4d4cf (diff)
downloadopenembedded-core-d82f2a0a17ecad5fdb2d2450f5048d00cf0448b1.tar.gz
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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta/classes/testimage.bbclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass
index 61bc0de615..2dbd2dad77 100644
--- a/meta/classes/testimage.bbclass
+++ b/meta/classes/testimage.bbclass
@@ -39,9 +39,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}"