Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New test suite for container hosts tests with FIPS - aarch64 part #454

Merged
merged 1 commit into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions job_groups/opensuse_leap_15.6_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,17 @@ scenarios:
CONTAINER_RUNTIMES: "podman,docker"
# Max size isn't that strict
EXCLUDE_MODULES: "diskusage"
- jeos-fips-container_host:
testsuite: null
settings:
DESKTOP: textmode
EXTRABOOTPARAMS: quiet
REGISTRY: 3.71.98.16:5000
NUMDISKS: '2'
CONTAINER_RUNTIMES: "podman,docker"
# Max size isn't that strict
EXCLUDE_MODULES: "diskusage"
FIPS_ENABLE: '1'
- jeos-container_image:
testsuite: null
settings:
Expand Down
14 changes: 14 additions & 0 deletions job_groups/opensuse_tumbleweed_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ scenarios:
settings:
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/arm/totest/containers/opensuse/tumbleweed
K3S_INSTALL_UPSTREAM: '1'
- fips-container-host:
settings:
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/arm/totest/containers/opensuse/tumbleweed
K3S_INSTALL_UPSTREAM: '1'
FIPS_ENABLED: '1'
- container-host2microosnext:
settings:
HDD_1_URL: 'http://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-MicroOS.aarch64-ContainerHost-kvm-and-xen.qcow2?foo=%BUILD%'
Expand Down Expand Up @@ -455,6 +460,11 @@ scenarios:
VIDEOMODE: text
YAML_SCHEDULE: schedule/security/selinux.yaml
testsuite: null
- fips-container-host:
settings:
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/arm/totest/containers/opensuse/tumbleweed
K3S_INSTALL_UPSTREAM: '1'
FIPS_ENABLED: '1'
- remote_ssh_controller:
priority: 45
settings:
Expand Down Expand Up @@ -554,6 +564,10 @@ scenarios:
machine: aarch64-HD20G
- jeos-container_host:
machine: aarch64-HD20G
- jeos-fips-container_host:
machine: aarch64-HD20G
settings:
FIPS_ENABLED: '1'
- jeos-container_image:
machine: aarch64-HD20G
settings:
Expand Down
Loading