-
Notifications
You must be signed in to change notification settings - Fork 59
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
base: main
Are you sure you want to change the base?
tests: Do not 'fips-mode-setup' to enable FIPS on RHEL 10 #489
Conversation
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.
Marking as draft for now, because all the pieces required for just the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- name: Reboot | ||
reboot: | ||
test_command: grep 1 /proc/sys/crypto/fips_enabled | ||
- name: Enable FIPS mode (RHEL 8 and 9) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing newline
- name: Enable FIPS mode (RHEL 8 and 9) | |
- name: Enable FIPS mode (RHEL 8 and 9) |
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.