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

tests: Do not 'fips-mode-setup' to enable FIPS on RHEL 10 #489

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vojtechtrefny
Copy link
Collaborator

The fips-mode-setup tools is being removed from RHEL. Strarting with RHEL 10 adding fips=1 to the boot cmdline is enough to enable FIPS.

The fips-mode-setup tools is being removed from RHEL. Strarting
with RHEL 10 adding fips=1 to the boot cmdline is enough to
enable FIPS.
@vojtechtrefny
Copy link
Collaborator Author

Marking as draft for now, because all the pieces required for just the fips=1 to work are not yet ready.

Copy link

codecov bot commented Nov 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 10.73%. Comparing base (59fd1c6) to head (d0d6c09).
Report is 9 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (59fd1c6) and HEAD (d0d6c09). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (59fd1c6) HEAD (d0d6c09)
sanity 1 0
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #489      +/-   ##
==========================================
- Coverage   16.54%   10.73%   -5.81%     
==========================================
  Files           2        8       +6     
  Lines         284     1946    +1662     
  Branches       79        0      -79     
==========================================
+ Hits           47      209     +162     
- Misses        237     1737    +1500     
Flag Coverage Δ
sanity ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

- name: Reboot
reboot:
test_command: grep 1 /proc/sys/crypto/fips_enabled
- name: Enable FIPS mode (RHEL 8 and 9)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing newline

Suggested change
- name: Enable FIPS mode (RHEL 8 and 9)
- name: Enable FIPS mode (RHEL 8 and 9)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants