Whamcloud - gitweb
LU-5932 tests: load sunrpc module before insmod ptlrpc_gss 90/12790/2
authorJian Yu <jian.yu@intel.com>
Wed, 19 Nov 2014 21:10:10 +0000 (13:10 -0800)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 9 Dec 2014 08:13:21 +0000 (08:13 +0000)
commit92479eca2ed5e1871b2660af280917e4d61bdba8
tree108717d06aac4727356787e1de0d708125974e79
parent0c6776db8cce84fd623c76a18df93759f2fcaed4
LU-5932 tests: load sunrpc module before insmod ptlrpc_gss

Lustre ptlrpc_gss module depends on Linux kernel sunrpc module.
This patch fixes load_module() in test-framework.sh to load the
sunrpc module before loading ptlrpc_gss module by using insmod.

Signed-off-by: Jian Yu <jian.yu@intel.com>
Change-Id: Idf22fa9023a2fada9038e16fbc3e8a61530266bc
Reviewed-on: http://review.whamcloud.com/12790
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Wei Liu <wei3.liu@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/test-framework.sh