-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testsuite: Check cmdline for multiple blacklist
Make sure this (undocumented) behavior doesn't change in future. Multiple blacklist append to the config. Signed-off-by: Lucas De Marchi <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Link: #254
- Loading branch information
1 parent
7cbefe7
commit 2e18d72
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
testsuite/rootfs-pristine/test-modprobe/module-param-kcmdline9/correct.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blacklist foo | ||
blacklist bar | ||
blacklist foo2 | ||
blacklist bar2 | ||
blacklist foobar | ||
|
||
# End of configuration files. Dumping indexes now: | ||
|
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-modprobe/module-param-kcmdline9/proc/cmdline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
modprobe.blacklist=foo,bar modprobe.blacklist=foo2 quiet modprobe.blacklist=bar2 rw modprobe.blacklist=foobar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters