fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 557
index 35ba1ccd0ad5c68feddde04e872f6d0076b5427e..c547d5375e32e8cdf8ee886fbf3fddd8007ff509 100755 (executable)
@@ -7,13 +7,10 @@
 # Test that if we fsync a file, evict its inode, unlink it and then fsync its
 # parent directory, after a power failure the file does not exists.
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
-tmp=/tmp/$$
-status=1       # failure is the default!
-trap "_cleanup; exit \$status" 0 1 2 3 15
+. ./common/preamble
+_begin_fstest auto quick log
 
+# Override the default cleanup function.
 _cleanup()
 {
        _cleanup_flakey
@@ -21,8 +18,7 @@ _cleanup()
        rm -f $tmp.*
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/dmflakey
 
@@ -31,8 +27,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