Skip to content

Commit

Permalink
Merge pull request #574 from ricardobranco777/security_mac
Browse files Browse the repository at this point in the history
Test podman & docker with AppArmor & SELinux
  • Loading branch information
ricardobranco777 authored Dec 16, 2024
2 parents 1d37640 + 4512480 commit 7dbc4e9
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 6 deletions.
27 changes: 24 additions & 3 deletions job_groups/opensuse_tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,21 +316,42 @@ scenarios:
- extra_tests_on_xfce
- extra_tests_textmode
- extra_tests_webserver
- container_host_docker:
- container_host_docker_apparmor:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'docker'
- container_host_podman:
SECURITY_MAC: 'apparmor'
- container_host_docker_selinux:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'docker'
SECURITY_MAC: 'selinux'
- container_host_podman_apparmor:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'podman'
K3S_INSTALL_UPSTREAM: '1'
SECURITY_MAC: 'apparmor'
- containers_host_podman_runc_apparmor:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'podman'
K3S_INSTALL_UPSTREAM: '1'
OCI_RUNTIME: 'runc'
SECURITY_MAC: 'apparmor'
- container_host_podman_selinux:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'podman'
K3S_INSTALL_UPSTREAM: '1'
- containers_host_podman_runc:
SECURITY_MAC: 'selinux'
- containers_host_podman_runc_selinux:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'podman'
K3S_INSTALL_UPSTREAM: '1'
OCI_RUNTIME: 'runc'
SECURITY_MAC: 'selinux'
- container_host_podman_testsuite:
description: |-
Maintainer: [email protected] https://confluence.suse.com/display/qasle/podman+upstream+tests
Expand Down
27 changes: 24 additions & 3 deletions job_groups/opensuse_tumbleweed_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,16 @@ scenarios:
- gnome-ext4
- extra_tests_textmode
- extra_tests_misc
- container_host_docker:
- container_host_docker_apparmor:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'docker'
SECURITY_MAC: 'apparmor'
- container_host_docker_selinux:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'docker'
SECURITY_MAC: 'selinux'
- container_host_helm:
testsuite: extra_tests_textmode_containers
settings:
Expand All @@ -302,17 +308,32 @@ scenarios:
CONTAINER_RUNTIMES: 'kubectl'
K3S_INSTALL_UPSTREAM: '1'
K3S_ENABLE_COREDNS: '1'
- container_host_podman:
- container_host_podman_apparmor:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'podman'
K3S_INSTALL_UPSTREAM: '1'
SECURITY_MAC: 'apparmor'
- container_host_podman_runc_apparmor:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'podman'
K3S_INSTALL_UPSTREAM: '1'
OCI_RUNTIME: 'runc'
SECURITY_MAC: 'apparmor'
- container_host_podman_selinux:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'podman'
K3S_INSTALL_UPSTREAM: '1'
- container_host_podman_runc:
SECURITY_MAC: 'selinux'
- container_host_podman_runc_selinux:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'podman'
K3S_INSTALL_UPSTREAM: '1'
OCI_RUNTIME: 'runc'
SECURITY_MAC: 'selinux'
- container_host_containerd:
testsuite: extra_tests_textmode_containers
settings:
Expand Down

0 comments on commit 7dbc4e9

Please sign in to comment.