diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-10-02 09:04:18 -0700 |
---|---|---|
committer | Armin Kuster <akuster@mvista.com> | 2020-10-09 07:02:01 -0700 |
commit | 21489a2942be16c2c838b8d70a4871cb8bc265dd (patch) | |
tree | a07e3d720c42858dd6d945b1e0465fd3c4957787 | |
parent | 2a7963df18e7f43c6209387b6e1a1e75ff74b6ca (diff) | |
download | meta-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.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" | ||