Whamcloud - gitweb
LU-1229 tests: fix set module parameters from modprobe.conf
authorJames Simmons <uja.ornl@gmail.com>
Thu, 6 Dec 2012 16:08:29 +0000 (11:08 -0500)
committerOleg Drokin <green@whamcloud.com>
Fri, 14 Dec 2012 03:14:19 +0000 (22:14 -0500)
commit1ba88c64ca24cb224edf1ca7bcfd89ec8542b051
treeccdf7bb7197b168898b136457b4bc39341216745
parentf8fd0958e05c443487ed55932a9711296c72b663
LU-1229 tests: fix set module parameters from modprobe.conf

Currently the test framework can't process multiple options
on separate lines for the same module from the module config
file. Once those parameters are collected they are supposed
to be stored in the MODOPT_X shell variable to be used later
to reload the modules but this was not being done. This patch
address both of these issues.

Signed-off-by: James Simmons <uja.ornl@gmail.com>
Signed-off-by: Alexey Lyashkov <alexey_lyashkov@xyratex.com>
Change-Id: I08a6a562009c44e2a00ee5d489815164f638954d
Reviewed-on: http://review.whamcloud.com/2342
Reviewed-by: Keith Mannthey <keith.mannthey@intel.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/test-framework.sh