mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
ptest-packagelists.inc: correctly assign fast and slow tests
The execution times were checked from https://autobuilder.yocto.io/pub/non-release/20221127-2/testresults/qemux86-64-ptest/core-image-ptest-all/log.do_testimage.40537.20221127010849 and ptests were moved both ways according to the same criteria: more than 30 seconds or less. openssl is dropped from fast tests, as it is also listed in slow tests (which is correct). With the rearrangement fast ptests altogether take about 420 seconds on qemux86_64 with kvm. m4 ptest was missing a depedency. (From OE-Core rev: e15ad965f22fe14270274687eff9849256a74fec) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ace02cec70
commit
82855a1a84
@@ -5,22 +5,22 @@
|
||||
#
|
||||
PTESTS_FAST = "\
|
||||
acl-ptest \
|
||||
apr-ptest \
|
||||
apr-util-ptest \
|
||||
attr-ptest \
|
||||
babeltrace-ptest \
|
||||
babeltrace2-ptest \
|
||||
bc-ptest \
|
||||
bluez5-ptest \
|
||||
bzip2-ptest \
|
||||
busybox-ptest \
|
||||
diffstat-ptest \
|
||||
diffutils-ptest \
|
||||
elfutils-ptest \
|
||||
ethtool-ptest \
|
||||
expat-ptest \
|
||||
findutils-ptest \
|
||||
flex-ptest \
|
||||
gawk-ptest \
|
||||
gdbm-ptest \
|
||||
gdk-pixbuf-ptest \
|
||||
gettext-ptest \
|
||||
glib-networking-ptest \
|
||||
gzip-ptest \
|
||||
json-c-ptest \
|
||||
@@ -29,7 +29,6 @@ PTESTS_FAST = "\
|
||||
liberror-perl-ptest \
|
||||
libgpg-error-ptest\
|
||||
libnl-ptest \
|
||||
libmodule-build-perl-ptest \
|
||||
libpcre-ptest \
|
||||
libssh2-ptest \
|
||||
libtimedate-perl-ptest \
|
||||
@@ -50,10 +49,8 @@ PTESTS_FAST = "\
|
||||
lzo-ptest \
|
||||
m4-ptest \
|
||||
nettle-ptest \
|
||||
openssl-ptest \
|
||||
opkg-ptest \
|
||||
pango-ptest \
|
||||
parted-ptest \
|
||||
popt-ptest \
|
||||
python3-atomicwrites-ptest \
|
||||
python3-bcrypt-ptest \
|
||||
@@ -82,21 +79,23 @@ PTESTS_FAST:remove:riscv32 = "qemu-ptest"
|
||||
PTESTS_PROBLEMS:append:riscv32 = " qemu-ptest"
|
||||
|
||||
PTESTS_SLOW = "\
|
||||
babeltrace-ptest \
|
||||
babeltrace2-ptest \
|
||||
busybox-ptest \
|
||||
apr-ptest \
|
||||
bzip2-ptest \
|
||||
coreutils-ptest \
|
||||
curl-ptest \
|
||||
dbus-ptest \
|
||||
e2fsprogs-ptest \
|
||||
findutils-ptest \
|
||||
elfutils-ptest \
|
||||
gettext-ptest \
|
||||
glib-2.0-ptest \
|
||||
gstreamer1.0-ptest \
|
||||
libevent-ptest \
|
||||
libgcrypt-ptest \
|
||||
libmodule-build-perl-ptest \
|
||||
lttng-tools-ptest \
|
||||
openssh-ptest \
|
||||
openssl-ptest \
|
||||
parted-ptest \
|
||||
perl-ptest \
|
||||
python3-cryptography-ptest \
|
||||
python3-ptest \
|
||||
|
||||
@@ -54,6 +54,7 @@ do_install_ptest() {
|
||||
|
||||
RDEPENDS:${PN}-ptest += "make coreutils diffutils"
|
||||
RDEPENDS:${PN}-ptest:append:libc-glibc = "\
|
||||
locale-base-fr-fr \
|
||||
locale-base-fr-fr.iso-8859-1 \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user