diff options
| author | Armin Kuster <akuster808@gmail.com> | 2019-06-03 08:56:10 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2019-06-26 15:47:47 -0700 |
| commit | 2098981e0cfd5906e39d819d8b018cb0ae1a1556 (patch) | |
| tree | 6d7eeead8e46c9a98c277449ad8d85c8b08a4204 /recipes-security/images | |
| parent | 55ff4e2434ba8b9fdc39dded3afb524fac90efaa (diff) | |
| download | meta-security-2098981e0cfd5906e39d819d8b018cb0ae1a1556.tar.gz | |
test-image: add packagegroup-core-security-ptest
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/images')
| -rw-r--r-- | recipes-security/images/security-test-image.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-security/images/security-test-image.bb b/recipes-security/images/security-test-image.bb index d801fdc..f133084 100644 --- a/recipes-security/images/security-test-image.bb +++ b/recipes-security/images/security-test-image.bb | |||
| @@ -4,15 +4,13 @@ IMAGE_FEATURES += "ssh-server-openssh" | |||
| 4 | 4 | ||
| 5 | TEST_SUITES = "ssh ping ptest apparmor clamav samhain sssd tripwire checksec smack suricata" | 5 | TEST_SUITES = "ssh ping ptest apparmor clamav samhain sssd tripwire checksec smack suricata" |
| 6 | 6 | ||
| 7 | DISTRO_FEATURES_append = " ptest" | ||
| 8 | INSTALL_CLAMAV_CVD = "1" | 7 | INSTALL_CLAMAV_CVD = "1" |
| 9 | 8 | ||
| 10 | IMAGE_INSTALL = "\ | 9 | IMAGE_INSTALL = "\ |
| 11 | packagegroup-base \ | 10 | packagegroup-base \ |
| 12 | packagegroup-core-boot \ | 11 | packagegroup-core-boot \ |
| 13 | packagegroup-core-security \ | 12 | packagegroup-core-security-ptest \ |
| 14 | os-release \ | 13 | os-release \ |
| 15 | clamav-cvd \ | ||
| 16 | " | 14 | " |
| 17 | 15 | ||
| 18 | 16 | ||
