X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Freplay-vbr.sh;h=1994aaa768fc52c75459acd1542a73cd4ffb1835;hp=f6414989a7caec1e6ae9981a2ad0512ed28b8d2e;hb=5290c48735290a0920d804daa7f428bb0df655c2;hpb=d6ce546eb7e250237141d3a11380f9d5389c50eb diff --git a/lustre/tests/replay-vbr.sh b/lustre/tests/replay-vbr.sh index f641498..1994aaa 100755 --- a/lustre/tests/replay-vbr.sh +++ b/lustre/tests/replay-vbr.sh @@ -1,27 +1,20 @@ #!/bin/bash -# -*- mode: Bash; tab-width: 4; indent-tabs-mode: t; -*- -# vim:shiftwidth=4:softtabstop=4:tabstop=4: set -e -# bug number: -ALWAYS_EXCEPT=" $REPLAY_VBR_EXCEPT" - -SAVE_PWD=$PWD -LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)} -SETUP=${SETUP:-} -CLEANUP=${CLEANUP:-} MOUNT_2=${MOUNT_2:-"yes"} -export MULTIOP=${MULTIOP:-multiop} + +LUSTRE=${LUSTRE:-$(dirname $0)/..} . $LUSTRE/tests/test-framework.sh init_test_env $@ -. ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} init_logging remote_mds_nodsh && log "SKIP: remote MDS with nodsh" && exit 0 +ALWAYS_EXCEPT=" $REPLAY_VBR_EXCEPT" + # ~6 (min)" -[ "$SLOW" = "no" ] && EXCEPT_SLOW="7" +[ "$SLOW" = "no" ] && EXCEPT_SLOW="7 " build_test_filter