fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 311
index 4b2cf375ec1e03017949bb464421717803019c2b..d5e3afbfdc75f370cf4b28ef9aab65548ab32cda 100755 (executable)
 # certain metadata read verifier checks could access invalid memory and cause a
 # panic.
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
-
-here=`pwd`
-tmp=/tmp/$$
-status=1       # failure is the default!
-trap "_cleanup; exit \$status" 0 1 2 3 15
+. ./common/preamble
+_begin_fstest auto quick
 
+# Override the default cleanup function.
 _cleanup()
 {
        cd /
@@ -27,8 +22,7 @@ _cleanup()
        _cleanup_delay > /dev/null 2>&1
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/dmdelay
 
 # Modify as appropriate.
@@ -37,8 +31,6 @@ _supported_fs xfs
 _require_scratch
 _require_dm_target delay
 
-rm -f $seqres.full
-
 echo "Silence is golden."
 
 _scratch_mkfs_xfs >> $seqres.full 2>&1