diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-16 09:39:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-06 16:38:30 +0000 |
commit | 8660ae3df69397cadcb1cf47d1caf99329e1f4d9 (patch) | |
tree | 4aa161fb6e2e004ee985ebf20f497832d6e0b8f0 /meta/classes/testimage.bbclass | |
parent | 447f02fff17f18f54bef8e9c804914af4b3d622a (diff) | |
download | poky-8660ae3df69397cadcb1cf47d1caf99329e1f4d9.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)
(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>
Diffstat (limited to 'meta/classes/testimage.bbclass')
-rw-r--r-- | meta/classes/testimage.bbclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index cfba0d646b..1f42f6a768 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -44,9 +44,7 @@ BASICTESTSUITE = "\ | |||
44 | ping date df ssh scp python perl gi ptest parselogs \ | 44 | ping date df ssh scp python perl gi ptest parselogs \ |
45 | logrotate connman systemd oe_syslog pam stap ldd xorg \ | 45 | logrotate connman systemd oe_syslog pam stap ldd xorg \ |
46 | kernelmodule gcc buildcpio buildlzip buildgalculator \ | 46 | kernelmodule gcc buildcpio buildlzip buildgalculator \ |
47 | ${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'dnf rpm', '', d)} \ | 47 | dnf rpm opkg apt" |
48 | ${@bb.utils.contains('IMAGE_PKGTYPE', 'ipk', 'opkg', '', d)} \ | ||
49 | ${@bb.utils.contains('IMAGE_PKGTYPE', 'deb', 'apt', '', d)}" | ||
50 | 48 | ||
51 | DEFAULT_TEST_SUITES = "${BASICTESTSUITE}" | 49 | DEFAULT_TEST_SUITES = "${BASICTESTSUITE}" |
52 | 50 | ||