fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 231
index 119a71bb74584ae4f0074e9418b2b746d7f0ae69..8155d0ab1ae178bcf82c501b59b34a4aca1800f2 100755 (executable)
 # - Wait for the reclaim to run.
 # - Write more and see how bad fragmentation is.
 #
-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 clone
 
+# Override the default cleanup function.
 _cleanup()
 {
        cd /
@@ -28,8 +23,7 @@ _cleanup()
        rm -rf $tmp.*
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/reflink
 
@@ -43,8 +37,6 @@ _require_xfs_io_command "fiemap"
 
 old_cowgc_interval=$(_xfs_get_cowgc_interval)
 
-rm -f $seqres.full
-
 echo "Format and mount"
 _scratch_mkfs > $seqres.full 2>&1
 _scratch_mount >> $seqres.full 2>&1