aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2014-03-06 01:14:12 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2014-03-06 01:30:08 -0300
commitbad84a9e6ef3f3ee0fb214d2b55d61b2e55aff2f (patch)
tree1adc6dcc173059b151289ec32feee0ac6dbaf051
parent55bcc4a5bdb8cf9317de4420584f676515c1f763 (diff)
downloadkmod-bad84a9e6ef3f3ee0fb214d2b55d61b2e55aff2f.tar.gz
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'.
-rw-r--r--testsuite/test-modprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/test-modprobe.c b/testsuite/test-modprobe.c
index 492b4d8..b5eaba3 100644
--- a/testsuite/test-modprobe.c
+++ b/testsuite/test-modprobe.c
@@ -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",