fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 325
index fba28cd3a789863402e076b062437137dba7b24a..0b2d5c6fd0a525b007db04b8a78d1413e53ad9ed 100755 (executable)
 #
 #     Btrfs: fix fsync data loss after a ranged fsync
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
-
-here=`pwd`
-status=1       # failure is the default!
+. ./common/preamble
+_begin_fstest auto quick data log
 
+# Override the default cleanup function.
 _cleanup()
 {
        _cleanup_flakey
 }
-trap "_cleanup; exit \$status" 0 1 2 3 15
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/dmflakey
 
@@ -38,8 +33,6 @@ _supported_fs generic
 _require_scratch
 _require_dm_target flakey
 
-rm -f $seqres.full
-
 _scratch_mkfs >> $seqres.full 2>&1
 _require_metadata_journaling $SCRATCH_DEV
 _init_flakey