-
Notifications
You must be signed in to change notification settings - Fork 53
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
Wizard: Add kernel append input (HMS-5299) #2734
base: main
Are you sure you want to change the base?
Conversation
/jira-epic HMS-5192 |
This is in a preparation to expose kernel append customization. It will be easier to mutate kernel append if it's represented as an array of arguments, rather than currently used string.
This adds the kernel append input. New arguments can be added by pressing the "Add" button or hitting Enter after the argument. The kernel arguments linked to a selected OpenSCAP profile are rendered in a category marked as "Required by OpenSCAP" and are read only.
6199c02
to
418f4aa
Compare
This removes kernel append from the list of information about the selected OpenSCAP step.
This adds basic tests for kernel append.
418f4aa
to
265fa11
Compare
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #2734 +/- ##
==========================================
- Coverage 84.86% 84.85% -0.01%
==========================================
Files 183 183
Lines 20795 20947 +152
Branches 2019 2044 +25
==========================================
+ Hits 17648 17775 +127
- Misses 3125 3150 +25
Partials 22 22
Continue to review full report in Codecov by Sentry.
|
This adds the kernel append input, removes kernel append from the OpenSCAP step and adds basic tests to cover the functionality.
JIRA: HMS-5299