summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"