X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Ftests%2Frecovery-small.sh;h=48de1b9bae14f7e2218abd115369578839414d4b;hb=630bb7a01c2cdc661ad09644b19b798f48bb66b3;hp=a30aa8aeaf7c9ded85d8cea394c90f9d72854cfd;hpb=6e26d2d715ee65079682f7823f986f61f80eb07c;p=fs%2Flustre-release.git diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index a30aa8a..48de1b9 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -2,12 +2,10 @@ set -e -export MULTIOP=${MULTIOP:-multiop} PTLDEBUG=${PTLDEBUG:--1} -LUSTRE=${LUSTRE:-`dirname $0`/..} +LUSTRE=${LUSTRE:-$(dirname $0)/..} . $LUSTRE/tests/test-framework.sh init_test_env $@ -. ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} init_logging ALWAYS_EXCEPT="$RECOVERY_SMALL_EXCEPT " @@ -23,14 +21,10 @@ if [ "$selinux_status" != "Disabled" ]; then $SHARED_KEY && ALWAYS_EXCEPT+=" 136" fi -require_dsh_mds || exit 0 - -# also long tests: 19, 21a, 21e, 21f, 23, 27 - -[ "$SLOW" = "no" ] && EXCEPT_SLOW="" - build_test_filter +require_dsh_mds || exit 0 + # Allow us to override the setup if we already have a mounted system by # setting SETUP=" " and CLEANUP=" " SETUP=${SETUP:-""}