fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 479
index 0625875473c681d63971872421684dd187f10378..9322a33a7564bbf1d56ee217f8985ada9dd7576a 100755 (executable)
@@ -9,13 +9,10 @@
 # commit the journal/log, if a power loss happens the filesystem will not fail
 # to replay the journal/log when it is mounted the next time.
 #
-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 metadata log
 
+# Override the default cleanup function.
 _cleanup()
 {
        _cleanup_flakey
@@ -23,8 +20,7 @@ _cleanup()
        rm -f $tmp.*
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/dmflakey
 
@@ -35,8 +31,6 @@ _require_symlinks
 _require_mknod
 _require_dm_target flakey
 
-rm -f $seqres.full
-
 run_test()
 {
        local file_type=$1