summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-10-02 09:04:18 -0700
committerArmin Kuster <akuster@mvista.com>2020-10-09 07:02:01 -0700
commit21489a2942be16c2c838b8d70a4871cb8bc265dd (patch)
treea07e3d720c42858dd6d945b1e0465fd3c4957787
parent2a7963df18e7f43c6209387b6e1a1e75ff74b6ca (diff)
downloadmeta-security-21489a2942be16c2c838b8d70a4871cb8bc265dd.tar.gz
security-test-image: tweak to get more tests to runn
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-core/images/security-test-image.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes-core/images/security-test-image.bb b/recipes-core/images/security-test-image.bb
index babe3fd..54d8978 100644
--- a/recipes-core/images/security-test-image.bb
+++ b/recipes-core/images/security-test-image.bb
@@ -8,4 +8,11 @@ TEST_SUITES = "ssh ping ptest apparmor clamav samhain sssd tripwire checksec sma
8 8
9INSTALL_CLAMAV_CVD = "1" 9INSTALL_CLAMAV_CVD = "1"
10 10
11IMAGE_ROOTFS_EXTRA_SPACE = "5242880" 11IMAGE_OVERHEAD_FACTOR = "1.0"
12IMAGE_ROOTFS_EXTRA_SPACE = "1124288"
13
14# ptests need more memory than standard to avoid the OOM killer
15# also lttng-tools needs /tmp that has at least 1G
16QB_MEM = "-m 2048"
17
18PTEST_EXPECT_FAILURE = "1"