[OE-core] [PATCH 09/24] ptests: exclude mdadm from ptesting

Alexander Kanavin alex.kanavin at gmail.com
Mon Jan 20 17:24:55 UTC 2020


The are multiple failures, one is due to mdmon crashing in qemu,
another is due to qemu kernel missing needed options, a third I
couldn't figure out at all.

Rather then fight with them let's disable the whole thing for now.

Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
---
 meta/conf/distro/include/ptest-packagelists.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index 0a13bf0a6c1..49cb9046c6c 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -57,6 +57,7 @@ PTESTS_FAST = "\
 #    lz4-ptest \ # Needs a rewrite
 #    rt-tests-ptest \ # Needs to be checked whether it runs at all
 #    bash-ptest \ # Test outcomes are non-deterministic by design
+#    mdadm-ptest \ # Multiple failures; mdmon crashes in at least one of the tests
 #"
 
 PTESTS_SLOW = "\
@@ -67,7 +68,6 @@ PTESTS_SLOW = "\
     gstreamer1.0-ptest \
     libevent-ptest \
     lttng-tools-ptest \
-    mdadm-ptest \
     openssh-ptest \
     openssl-ptest \
     perl-ptest \
-- 
2.17.1



More information about the Openembedded-core mailing list