mirror of
https://github.com/AuxXxilium/kmod.git
synced 2025-01-27 09:15:01 +07:00
testsuite: give a more suitable description to test
We are not only checking if those options are correctly parsed from kcmdline, but if in fact they are being passed to the final (f)init_module call. This is why we use 'modprobe --show-depends' instead of the simpler 'modprobe -c'.
This commit is contained in:
parent
55bcc4a5bd
commit
bad84a9e6e
@ -176,7 +176,7 @@ static noreturn int modprobe_param_kcmdline(const struct test *t)
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
static DEFINE_TEST(modprobe_param_kcmdline,
|
||||
.description = "check if params are parsed correctly from kcmdline",
|
||||
.description = "check if params from kcmdline are passed in fact passed to (f)init_module call",
|
||||
.config = {
|
||||
[TC_UNAME_R] = "4.4.4",
|
||||
[TC_ROOTFS] = TESTSUITE_ROOTFS "test-modprobe/module-param-kcmdline",
|
||||
|
Loading…
Reference in New Issue
Block a user