fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 561
index ca2e51811e1045e43e1296ef91f53f6d4c98ce1c..bfd4443de707d26db2f27dcd7879933d00cdff52 100755 (executable)
@@ -7,15 +7,10 @@
 # Dedup & random I/O race test, do multi-threads fsstress and dedupe on
 # same directory/files
 #
-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 stress dedupe
 
+# Override the default cleanup function.
 _cleanup()
 {
        cd /
@@ -23,14 +18,10 @@ _cleanup()
        end_test
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/reflink
 
-# remove previous $seqres.full before test
-rm -f $seqres.full
-
 # real QA test starts here
 _supported_fs generic
 _require_scratch_duperemove