fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 200
index 9500444ab91ea0c7f5654613a5a70c0144a40212..2324fbdb60d8a856297e36d311dcd6e5f5164b77 100755 (executable)
 # - falloc the whole fle to see if the extsz hints still apply.
 # - Check the number of extents.
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto quick clone
 
-here=`pwd`
-tmp=/tmp/$$
-status=1    # failure is the default!
-trap "_cleanup; exit \$status" 0 1 2 3 15
-
-_cleanup()
-{
-    cd /
-    rm -rf $tmp.*
-}
-
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/reflink
 
@@ -40,8 +27,6 @@ _require_xfs_io_command "fiemap"
 _require_xfs_io_command "cowextsize"
 _require_xfs_io_command "funshare"
 
-rm -f $seqres.full
-
 echo "Format and mount"
 _scratch_mkfs > $seqres.full 2>&1
 _scratch_mount >> $seqres.full 2>&1