X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Facceptance-small.sh;h=a64c7461db15002458acde7ab870f933fa6bb82e;hb=5ce045541925df8704b93119a967649f00fb7ae3;hp=31bb8adbb023bb6cc60371f814bacb7c7df6c1e0;hpb=164bf598e3e4f738cb31e8422904de6dc614a2f0;p=fs%2Flustre-release.git diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index 31bb8ad..a64c746 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -40,7 +40,7 @@ for NAME in $CONFIGS; do if [ "$DBENCH" != "no" ]; then mount | grep $MOUNT || sh llmount.sh - SPACE=`df $MOUNT | tail -1 | awk '{ print $4 }'` + SPACE=`df $MOUNT | tail -n 1 | awk '{ print $4 }'` DB_THREADS=`expr $SPACE / 50000` [ $THREADS -lt $DB_THREADS ] && DB_THREADS=$THREADS @@ -82,7 +82,7 @@ for NAME in $CONFIGS; do fi if [ "$IOZONE_DIR" != "no" ]; then mount | grep $MOUNT || sh llmount.sh - SPACE=`df $MOUNT | tail -1 | awk '{ print $4 }'` + SPACE=`df $MOUNT | tail -n 1 | awk '{ print $4 }'` IOZ_THREADS=`expr $SPACE / \( $SIZE + $SIZE / 512 \)` [ $THREADS -lt $IOZ_THREADS ] && IOZ_THREADS=$THREADS @@ -156,3 +156,19 @@ fi if [ "$CONF_SANITY" != "no" ]; then sh conf-sanity.sh fi + +if [ "$RECOVERY_SMALL" != "no" ]; then + sh recovery-small.sh +fi + +if [ "$REPLAY_OST_SINGLE" != "no" ]; then + sh replay-ost-single.sh +fi + +if [ "$REPLAY_DUAL" != "no" ]; then + sh replay-dual.sh +fi + +if [ "$INSANITY" != "no" ]; then + sh insanity.sh -r +fi