Whamcloud - gitweb
LU-13784 tests: allow QUOTA_TYPE to be set
[fs/lustre-release.git] / lustre / tests / cfg / ncli.sh
index d9afd5d..59ee009 100644 (file)
@@ -1,13 +1,16 @@
 . $LUSTRE/tests/cfg/local.sh
 
-CLIENT1=${CLIENT1:-`hostname`}
+# For multiple clients testing, we need use the cfg/ncli.sh config file, and
+# only need specify the "RCLIENTS" variable. The "CLIENTS" and "CLIENTCOUNT"
+# variables are defined in init_clients_lists(), called from cfg/ncli.sh.
+CLIENT1=${CLIENT1:-$(hostname)}
 SINGLECLIENT=$CLIENT1
 RCLIENTS=${RCLIENTS:-""}
 
 init_clients_lists
 
-[ -n "$RCLIENTS" -a "$PDSH" = "no_dsh" ] && \
-                error "tests for remote clients $RCLIENTS needs pdsh != do_dsh " || true
+[ -n "$RCLIENTS" -a "$PDSH" = "no_dsh" ] &&
+       error "tests for remote clients $RCLIENTS needs pdsh != do_dsh " || true
 
 [ -n "$FUNCTIONS" ] && . $FUNCTIONS || true
 
@@ -17,8 +20,7 @@ export PATH=/opt/iozone/bin:$PATH
 
 LOADS=${LOADS:-"dd tar dbench iozone"}
 for i in $LOADS; do
-    [ -f $LUSTRE/tests/run_${i}.sh ] || \
-        error "incorrect load: $i"
+       [ -f $LUSTRE/tests/run_${i}.sh ] || error "incorrect load: $i"
 done
 CLIENT_LOADS=($LOADS)