]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-sato-ptest-fast: don't hard fail in ptests
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 22 Mar 2020 11:39:00 +0000 (12:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Mar 2020 16:07:03 +0000 (16:07 +0000)
Unfortunately, a couple of tests sporadically fail still;
bugs have been filed, but they will take time to resolve.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/images/core-image-sato-ptest-fast.bb

index b794a7dc9e93a7d699bd6e7c1bbb497cf3f06348..3641217306abebd098f819dfa47ebf2be3e6aa0f 100644 (file)
@@ -14,3 +14,6 @@ IMAGE_ROOTFS_EXTRA_SPACE = "1524288"
 
 # ptests need more memory than standard to avoid the OOM killer
 QB_MEM = "-m 1024"
+
+# Sadly at the moment the fast set of ptests is not robust enough and sporadically fails in a couple of places
+PTEST_EXPECT_FAILURE = "1"