summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-03-22 12:39:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-24 16:39:40 +0000
commit6c58c34a44d7ee37ac20f5b8d70b52af65af7fd1 (patch)
tree9093339f628f3dc1377b983237bbcd81557b1ac9 /meta/recipes-sato
parent590555e3b8ccbd94b628aa6778adea7f4538d966 (diff)
downloadpoky-6c58c34a44d7ee37ac20f5b8d70b52af65af7fd1.tar.gz
core-image-sato-ptest-fast: don't hard fail in ptests
Unfortunately, a couple of tests sporadically fail still; bugs have been filed, but they will take time to resolve. (From OE-Core rev: 6b408f40b6c214d05433c41f0cd6200c715cc615) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/images/core-image-sato-ptest-fast.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-sato/images/core-image-sato-ptest-fast.bb b/meta/recipes-sato/images/core-image-sato-ptest-fast.bb
index b794a7dc9e..3641217306 100644
--- a/meta/recipes-sato/images/core-image-sato-ptest-fast.bb
+++ b/meta/recipes-sato/images/core-image-sato-ptest-fast.bb
@@ -14,3 +14,6 @@ IMAGE_ROOTFS_EXTRA_SPACE = "1524288"
14 14
15# ptests need more memory than standard to avoid the OOM killer 15# ptests need more memory than standard to avoid the OOM killer
16QB_MEM = "-m 1024" 16QB_MEM = "-m 1024"
17
18# Sadly at the moment the fast set of ptests is not robust enough and sporadically fails in a couple of places
19PTEST_EXPECT_FAILURE = "1"