X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Freplay-ost-single.sh;h=4d7c5bb60acdb06de21f191e912642a3ab781eca;hp=4dfeceeb1b4433bb6892864ab096db00b55bdd23;hb=792e414c69f3888506882abedce5e06bba93f8fd;hpb=504b56d338ed0acfb23599c0f4bff7129614f54e diff --git a/lustre/tests/replay-ost-single.sh b/lustre/tests/replay-ost-single.sh index 4dfecee..4d7c5bb 100755 --- a/lustre/tests/replay-ost-single.sh +++ b/lustre/tests/replay-ost-single.sh @@ -17,7 +17,7 @@ init_test_env $@ remote_ost_nodsh && skip "remote OST with nodsh" && exit 0 if [ "$FAILURE_MODE" = "HARD" ] && mixed_ost_devs; then - skip "$0: Several ost services on one ost node are used with FAILURE_MODE=$FAILURE_MODE. " + skip_env "$0: Several ost services on one ost node are used with FAILURE_MODE=$FAILURE_MODE. " exit 0 fi @@ -142,7 +142,7 @@ iozone_bg () { } test_5() { - [ -z "`which iozone 2> /dev/null`" ] && skip "iozone missing" && return 0 + [ -z "`which iozone 2> /dev/null`" ] && skip_env "iozone missing" && return 0 # striping is -c 1, get min of available local minavail=$(lctl get_param -n osc.*[oO][sS][cC][-_]*.kbytesavail | sort -n | head -1)