You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dracut.sh): make omit-drivers option do exact match for names
Modify the basic test case to use --omit-drivers and make it fail
without the PR and make it pass with the PR.
The test would fail with the following error without the PR:
FATAL: iscsiroot requested but kernel/initrd does not support iscsi
Copy file name to clipboardExpand all lines: test/TEST-01-BASIC/test.sh
+3
Original file line number
Diff line number
Diff line change
@@ -108,9 +108,12 @@ test_setup() {
108
108
inst_hook shutdown-emergency 000 ./hard-off.sh
109
109
inst_hook emergency 000 ./hard-off.sh
110
110
)
111
+
112
+
# make sure --omit-drivers does not filter out drivers using regexp to test for an earlier regression (assuming there is no one letter linux kernel module needed to run the test)
0 commit comments