From: John L. Hammond Date: Mon, 25 Mar 2013 16:15:18 +0000 (-0500) Subject: LU-3024 test: use facet name in init_param_vars X-Git-Tag: 2.3.64~63 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=00acce7e62782246ddc9a3b2785594f71e8f088a;p=fs%2Flustre-release.git LU-3024 test: use facet name in init_param_vars When configuring jobstats init_parm_vars should call set_conf_param_and_check with the facet name (client) rather then the hostname. Signed-off-by: John L. Hammond Change-Id: I00b99ec3172d3e108fb6dd6d94825badf81e84df Reviewed-on: http://review.whamcloud.com/5835 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Niu Yawei Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 4e7ddc0..4e39c29 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -3254,7 +3254,7 @@ init_param_vars () { elif [ $current_jobid_var != $JOBID_VAR ]; then echo "seting jobstats to $JOBID_VAR" - set_conf_param_and_check $HOSTNAME \ + set_conf_param_and_check client \ "$LCTL get_param -n jobid_var" \ "$FSNAME.sys.jobid_var" $JOBID_VAR fi