All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/8] ptest-packagelists-meta-python: Move passing tests out of PTESTS_PROBLEMS_META_PYTHON
@ 2025-04-12 15:30 Khem Raj
  2025-04-12 15:30 ` [meta-python][PATCH 2/8] meta-python-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PYTHON Khem Raj
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Khem Raj @ 2025-04-12 15:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../conf/include/ptest-packagelists-meta-python.inc      | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 05cf0332c8..f6a8129793 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -12,6 +12,7 @@ PTESTS_FAST_META_PYTHON = "\
     python3-ansicolors \
     python3-asgiref \
     python3-aspectlib \
+    python3-betamax \
     python3-bleak \
     python3-blinker \
     python3-breathe \
@@ -21,7 +22,9 @@ PTESTS_FAST_META_PYTHON = "\
     python3-click \
     python3-dasbus \
     python3-dominate \
+    python3-dnspython \
     python3-execnet \
+    python3-fastjsonschema \
     python3-fastnumbers \
     python3-flask \
     python3-flexcache \
@@ -71,6 +74,7 @@ PTESTS_FAST_META_PYTHON = "\
     python3-pytoml \
     python3-pyyaml-include \
     python3-pydbus \
+    python3-pyzmq \
     python3-pyzstd \
     python3-rapidjson \
     python3-requests-file \
@@ -121,9 +125,6 @@ PTESTS_SLOW_META_PYTHON = "\
 "
 
 PTESTS_PROBLEMS_META_PYTHON = "\
-    python3-betamax \
-    python3-dnspython \
-    python3-fastjsonschema \
     python3-pyasyncore \
-    python3-pyzmq \
+    tftpy \
 "


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-python][PATCH 2/8] meta-python-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PYTHON
  2025-04-12 15:30 [meta-python][PATCH 1/8] ptest-packagelists-meta-python: Move passing tests out of PTESTS_PROBLEMS_META_PYTHON Khem Raj
@ 2025-04-12 15:30 ` Khem Raj
  2025-04-12 15:30 ` [meta-oe][PATCH 3/8] meta-oe: Move tests out or into problematic test lists Khem Raj
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2025-04-12 15:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

PTESTS_PROBLEMS_META_PYTHON are known failures exclude then from normal runs

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-core/images/meta-python-image-ptest-all.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-core/images/meta-python-image-ptest-all.bb b/meta-python/recipes-core/images/meta-python-image-ptest-all.bb
index d6708c5fd0..56c392f036 100644
--- a/meta-python/recipes-core/images/meta-python-image-ptest-all.bb
+++ b/meta-python/recipes-core/images/meta-python-image-ptest-all.bb
@@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest"
 require conf/include/ptest-packagelists-meta-python.inc
 
 # Include the full set of ptests
-PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON} ${PTESTS_PROBLEMS_META_PYTHON}"
+PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON}"
 
 do_testimage[noexec] = "1"
 do_testimage[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-oe][PATCH 3/8] meta-oe: Move tests out or into problematic test lists
  2025-04-12 15:30 [meta-python][PATCH 1/8] ptest-packagelists-meta-python: Move passing tests out of PTESTS_PROBLEMS_META_PYTHON Khem Raj
  2025-04-12 15:30 ` [meta-python][PATCH 2/8] meta-python-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PYTHON Khem Raj
@ 2025-04-12 15:30 ` Khem Raj
  2025-04-12 15:30 ` [meta-oe][PATCH 4/8] meta-oe-image-ptest-all: Do not include PTESTS_PROBLEMS_META_OE Khem Raj
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2025-04-12 15:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
index 77bf47d90c..ff7f86bd94 100644
--- a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
+++ b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
@@ -20,10 +20,12 @@ PTESTS_FAST_META_OE = "\
     leveldb \
     libcereal \
     libgpiod \
+    libjcat \
     libio-pty-perl \
     libmanette \
     librelp \
     libssh \
+    libteam \
     libtinyxml2 \
     libtoml11 \
     libxml++-5.0 \
@@ -50,7 +52,7 @@ PTESTS_FAST_META_OE = "\
 PTESTS_FAST_META_OE:append:x86 = " mcelog"
 PTESTS_FAST_META_OE:append:x86-64 = " mcelog"
 
-PTESTS_FAST_META_OE:remove:libc-musl = "minicoredumper"
+PTESTS_FAST_META_OE:remove:libc-musl = "jemalloc minicoredumper oprofile"
 PTESTS_FAST_META_OE:remove:riscv64 = "nodejs oprofile"
 PTESTS_FAST_META_OE:remove:riscv32 = "nodejs oprofile"
 
@@ -58,10 +60,8 @@ PTESTS_SLOW_META_OE = "\
     c-ares \
     fftw \
     libusb-compat \
-    rsyslog \
     rocksdb \
     mariadb \
-    poco \
     re2 \
 "
 PTESTS_SLOW_META_OE:append:x86 = " kernel-selftest"
@@ -71,8 +71,9 @@ PTESTS_SLOW_META_OE:remove:libc-musl = "kernel-selftest"
 PTESTS_PROBLEMS_META_OE = "\
     keyutils \
     libdbi-perl \
-    libjcat \
-    libteam \
     ostree \
+    poco \
     psqlodbc \
+    rsyslog \
 "
+PTESTS_PROBLEMS_META_OE:append:libc-musl = " jemalloc minicoredumper oprofile"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-oe][PATCH 4/8] meta-oe-image-ptest-all: Do not include PTESTS_PROBLEMS_META_OE
  2025-04-12 15:30 [meta-python][PATCH 1/8] ptest-packagelists-meta-python: Move passing tests out of PTESTS_PROBLEMS_META_PYTHON Khem Raj
  2025-04-12 15:30 ` [meta-python][PATCH 2/8] meta-python-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PYTHON Khem Raj
  2025-04-12 15:30 ` [meta-oe][PATCH 3/8] meta-oe: Move tests out or into problematic test lists Khem Raj
@ 2025-04-12 15:30 ` Khem Raj
  2025-04-12 15:30 ` [meta-networking][PATCH 5/8] ptest-packagelists-meta-networking: Adjust ptests as per pass status Khem Raj
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2025-04-12 15:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb b/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb
index da942e8bee..e8e1750b0e 100644
--- a/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb
+++ b/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb
@@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest"
 require conf/include/ptest-packagelists-meta-oe.inc
 
 # Include the full set of ptests
-PTESTS_META_OE = "${PTESTS_FAST_META_OE} ${PTESTS_SLOW_META_OE} ${PTESTS_PROBLEMS_META_OE}"
+PTESTS_META_OE = "${PTESTS_FAST_META_OE} ${PTESTS_SLOW_META_OE}"
 
 do_testimage[noexec] = "1"
 do_testimage[depends] = "${@' '.join(['meta-oe-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_OE').split()])}"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-networking][PATCH 5/8] ptest-packagelists-meta-networking: Adjust ptests as per pass status
  2025-04-12 15:30 [meta-python][PATCH 1/8] ptest-packagelists-meta-python: Move passing tests out of PTESTS_PROBLEMS_META_PYTHON Khem Raj
                   ` (2 preceding siblings ...)
  2025-04-12 15:30 ` [meta-oe][PATCH 4/8] meta-oe-image-ptest-all: Do not include PTESTS_PROBLEMS_META_OE Khem Raj
@ 2025-04-12 15:30 ` Khem Raj
  2025-04-12 15:30 ` [meta-perl][PATCH 6/8] ptest-packagelists-meta-perl: adjust automated ptest runs Khem Raj
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2025-04-12 15:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../ptest-packagelists-meta-networking.inc    | 20 +++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc
index 1137258825..16d5102a03 100644
--- a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc
+++ b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc
@@ -9,31 +9,43 @@
 PTESTS_FAST_META_NETWORKING = "\
     freediameter \
     geoip \
+    geoip-perl \
     libcoap \
     libldb \
     libnftnl \
     libtalloc \
     libtdb \
+    libtevent \
     lldpd \
     mbedtls \
     openhpi \
+    openl2tp \
     squid \
     tcpdump \
     wolfssl \
 "
+PTESTS_FAST_META_NETWORKING:remove:libc-musl = "
+    libtalloc \
+    libtevent \
+    libtdb \
+    openhpi \
+    "
 
 # firewalld currently hangs forever so disable it for now
 #    firewalld
 PTESTS_SLOW_META_NETWORKING = "\
-    net-snmp \
     openvpn \
 "
 
 PTESTS_PROBLEMS_META_NETWORKING = "\
-    geoip-perl \
-    libtevent \
     lksctp-tools \
+    net-snmp \
     nftables \
-    openl2tp \
     python3-scapy \
 "
+PTESTS_PROBLEMS_META_NETWORKING:append:libc-musl = "\
+    libtalloc \
+    libtevent \
+    libtdb \
+    openhpi \
+    "


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-perl][PATCH 6/8] ptest-packagelists-meta-perl: adjust automated ptest runs
  2025-04-12 15:30 [meta-python][PATCH 1/8] ptest-packagelists-meta-python: Move passing tests out of PTESTS_PROBLEMS_META_PYTHON Khem Raj
                   ` (3 preceding siblings ...)
  2025-04-12 15:30 ` [meta-networking][PATCH 5/8] ptest-packagelists-meta-networking: Adjust ptests as per pass status Khem Raj
@ 2025-04-12 15:30 ` Khem Raj
  2025-04-12 15:30 ` [meta-perl][PATCH 7/8] meta-perl-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PERL Khem Raj
  2025-04-12 15:30 ` [meta-multimedia][PATCH 8/8] meta-multimedia-image-ptest-all: Do not run PTESTS_PROBLEMS_META_MULTIMEDIA Khem Raj
  6 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2025-04-12 15:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Based on current pass/fail results

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../conf/include/ptest-packagelists-meta-perl.inc    | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
index d081c2fdac..e0c5707f4b 100644
--- a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
+++ b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
@@ -8,7 +8,6 @@
 # ptests which take less than ~30s each
 PTESTS_FAST_META_PERL = "\
     libcapture-tiny-perl \
-    libcgi-perl \
     libcrypt-openssl-random-perl \
     libdigest-hmac-perl \
     liberror-perl \
@@ -16,12 +15,11 @@ PTESTS_FAST_META_PERL = "\
     libextutils-installpaths-perl \
     libhtml-tagset-perl \
     libmozilla-ca-perl \
-    libmodule-build-tiny-perl \
+    libnet-ldap-perl \
     libstrictures-perl \
     libterm-readkey-perl \
     libtest-nowarnings-perl \
     libtext-diff-perl \
-    liburi-perl \
 "
 
 PTESTS_SLOW_META_PERL = "\
@@ -30,18 +28,19 @@ PTESTS_SLOW_META_PERL = "\
 
 PTESTS_PROBLEMS_META_PERL = "\
     libauthen-sasl-perl \
+    libcgi-perl \
     libconfig-autoconf-perl \
     libcrypt-openssl-guess-perl \
     libcrypt-openssl-rsa-perl \
     libdata-hexdump-perl \
     libdbd-sqlite-perl \
     libdigest-sha1-perl \
-    libnet-dns-perl \
-    libnet-dns-sec-perl \
-    libnet-ldap-perl \
     libfile-slurper-perl \
     libhtml-parser-perl \
     libmime-types-perl \
+    libmodule-build-tiny-perl \
+    libnet-dns-perl \
+    libnet-dns-sec-perl \
     libnet-ssleay-perl \
     libsub-uplevel-perl \
     libtest-deep-perl \
@@ -49,5 +48,6 @@ PTESTS_PROBLEMS_META_PERL = "\
     libtest-warn-perl \
     libunicode-linebreak-perl \
     libunix-statgrab \
+    liburi-perl \
     libxml-libxml-perl \
 "


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-perl][PATCH 7/8] meta-perl-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PERL
  2025-04-12 15:30 [meta-python][PATCH 1/8] ptest-packagelists-meta-python: Move passing tests out of PTESTS_PROBLEMS_META_PYTHON Khem Raj
                   ` (4 preceding siblings ...)
  2025-04-12 15:30 ` [meta-perl][PATCH 6/8] ptest-packagelists-meta-perl: adjust automated ptest runs Khem Raj
@ 2025-04-12 15:30 ` Khem Raj
  2025-04-12 15:30 ` [meta-multimedia][PATCH 8/8] meta-multimedia-image-ptest-all: Do not run PTESTS_PROBLEMS_META_MULTIMEDIA Khem Raj
  6 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2025-04-12 15:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb b/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb
index 9efe5087f0..e2cafa98a5 100644
--- a/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb
+++ b/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb
@@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest"
 require conf/include/ptest-packagelists-meta-perl.inc
 
 # Include the full set of ptests
-PTESTS_META_PERL = "${PTESTS_FAST_META_PERL} ${PTESTS_SLOW_META_PERL} ${PTESTS_PROBLEMS_META_PERL}"
+PTESTS_META_PERL = "${PTESTS_FAST_META_PERL} ${PTESTS_SLOW_META_PERL}"
 
 do_testimage[noexec] = "1"
 do_testimage[depends] = "${@' '.join(['meta-perl-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PERL').split()])}"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-multimedia][PATCH 8/8] meta-multimedia-image-ptest-all: Do not run PTESTS_PROBLEMS_META_MULTIMEDIA
  2025-04-12 15:30 [meta-python][PATCH 1/8] ptest-packagelists-meta-python: Move passing tests out of PTESTS_PROBLEMS_META_PYTHON Khem Raj
                   ` (5 preceding siblings ...)
  2025-04-12 15:30 ` [meta-perl][PATCH 7/8] meta-perl-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PERL Khem Raj
@ 2025-04-12 15:30 ` Khem Raj
  6 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2025-04-12 15:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../images/meta-multimedia-image-ptest-all.bb                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-multimedia/images/meta-multimedia-image-ptest-all.bb b/meta-multimedia/recipes-multimedia/images/meta-multimedia-image-ptest-all.bb
index 8accba1bff..8ceb617fce 100644
--- a/meta-multimedia/recipes-multimedia/images/meta-multimedia-image-ptest-all.bb
+++ b/meta-multimedia/recipes-multimedia/images/meta-multimedia-image-ptest-all.bb
@@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest"
 require conf/include/ptest-packagelists-meta-multimedia.inc
 
 # Include the full set of ptests
-PTESTS_META_MULTIMEDIA = "${PTESTS_FAST_META_MULTIMEDIA} ${PTESTS_SLOW_META_MULTIMEDIA} ${PTESTS_PROBLEMS_META_MULTIMEDIA}"
+PTESTS_META_MULTIMEDIA = "${PTESTS_FAST_META_MULTIMEDIA} ${PTESTS_SLOW_META_MULTIMEDIA}"
 
 do_testimage[noexec] = "1"
 do_testimage[depends] = "${@' '.join(['meta-multimedia-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_MULTIMEDIA').split()])}"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-04-12 15:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-12 15:30 [meta-python][PATCH 1/8] ptest-packagelists-meta-python: Move passing tests out of PTESTS_PROBLEMS_META_PYTHON Khem Raj
2025-04-12 15:30 ` [meta-python][PATCH 2/8] meta-python-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PYTHON Khem Raj
2025-04-12 15:30 ` [meta-oe][PATCH 3/8] meta-oe: Move tests out or into problematic test lists Khem Raj
2025-04-12 15:30 ` [meta-oe][PATCH 4/8] meta-oe-image-ptest-all: Do not include PTESTS_PROBLEMS_META_OE Khem Raj
2025-04-12 15:30 ` [meta-networking][PATCH 5/8] ptest-packagelists-meta-networking: Adjust ptests as per pass status Khem Raj
2025-04-12 15:30 ` [meta-perl][PATCH 6/8] ptest-packagelists-meta-perl: adjust automated ptest runs Khem Raj
2025-04-12 15:30 ` [meta-perl][PATCH 7/8] meta-perl-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PERL Khem Raj
2025-04-12 15:30 ` [meta-multimedia][PATCH 8/8] meta-multimedia-image-ptest-all: Do not run PTESTS_PROBLEMS_META_MULTIMEDIA Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.