Skip to content

Commit

Permalink
Merge pull request #444 from pablo-herranz/poo138428_test-container-e…
Browse files Browse the repository at this point in the history
…ngines-in-FIPS-mode

New test suite for container hosts tests with FIPS
  • Loading branch information
grisu48 authored Apr 17, 2024
2 parents 1fc8d6f + bf9be1d commit 8ebbe2a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions job_groups/opensuse_leap_15.6_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ scenarios:
EXCLUDE_MODULES: "rails"
- jeos-container_host:
machine: 64bit_virtio-2G
- jeos-fips-container_host:
machine: 64bit_virtio-2G
settings:
FIPS_ENABLE: '1'
- jeos-container_image:
machine: 64bit_virtio-2G
settings:
Expand Down
15 changes: 15 additions & 0 deletions job_groups/opensuse_tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ scenarios:
settings:
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/totest/containers/opensuse/tumbleweed
K3S_INSTALL_UPSTREAM: '1'
- fips-container-host:
machine: 64bit
settings:
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/totest/containers/opensuse/tumbleweed
K3S_INSTALL_UPSTREAM: '1'
FIPS_ENABLED: '1'
- remote_ssh_controller:
settings:
HDD_1: [email protected]
Expand All @@ -105,6 +111,11 @@ scenarios:
settings:
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/totest/containers/opensuse/tumbleweed
K3S_INSTALL_UPSTREAM: '1'
- fips-container-host:
settings:
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/totest/containers/opensuse/tumbleweed
K3S_INSTALL_UPSTREAM: '1'
FIPS_ENABLED: '1'
- container-host2microosnext:
settings:
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/totest/containers/opensuse/tumbleweed
Expand Down Expand Up @@ -894,6 +905,10 @@ scenarios:
machine: 64bit_virtio-2G
- jeos-container_host:
machine: 64bit_virtio-2G
- jeos-fips-container_host:
machine: 64bit_virtio-2G
settings:
FIPS_ENABLED: '1'
- jeos-container_image:
machine: 64bit_virtio-2G
settings:
Expand Down

0 comments on commit 8ebbe2a

Please sign in to comment.