diff options
| -rw-r--r-- | recipes-core/images/security-test-image.bb | 9 |
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 | ||
| 9 | INSTALL_CLAMAV_CVD = "1" | 9 | INSTALL_CLAMAV_CVD = "1" |
| 10 | 10 | ||
| 11 | IMAGE_ROOTFS_EXTRA_SPACE = "5242880" | 11 | IMAGE_OVERHEAD_FACTOR = "1.0" |
| 12 | IMAGE_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 | ||
| 16 | QB_MEM = "-m 2048" | ||
| 17 | |||
| 18 | PTEST_EXPECT_FAILURE = "1" | ||
