Skip to content

Commit

Permalink
contrib/test: skip fips test for kata containers
Browse files Browse the repository at this point in the history
Kata containers doesn't support disabling the crypto.fips_enabled
kernel parameter. Attempting to mount /proc/sys/crypto/fips_enabled
within Kata Containers results in an error because the /proc directory
does not allow such operations

Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com>
  • Loading branch information
sohankunkerkar committed Apr 26, 2024
1 parent 81a98de commit 2e81eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/test/ci/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ kata_skip_pod_tests:
- 'test "restart crio and still get pod status"'
- 'test "systemd cgroup_parent correctly set"'
- 'test "kubernetes pod terminationGracePeriod passthru"'
- 'test "disable crypto.fips_enabled when FIPS_DISABLE is set"'
kata_skip_seccomp_oci_artifacts_tests:
- 'test "seccomp OCI artifact with pod annotation"'
- 'test "seccomp OCI artifact with container annotation"'
Expand Down

0 comments on commit 2e81eed

Please sign in to comment.