misc: tag all tests that examine crash recovery in a loop
[xfstests-dev.git] / tests / btrfs / 192
index cbb06d823d88a5ece5dc4b188fe23819cb1e1ce0..bcf14ebb8e3b789ca2c883276c92152df2add06c 100755 (executable)
@@ -7,15 +7,10 @@
 # Test btrfs consistency after each FUA for a workload with snapshot creation
 # and removal
 #
-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 replay snapshot stress recoveryloop
 
+# Override the default cleanup function.
 _cleanup()
 {
        cd /
@@ -27,20 +22,15 @@ _cleanup()
        rm -f $tmp.*
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/attr
 . ./common/dmlogwrites
 
-# remove previous $seqres.full before test
-rm -f $seqres.full
-
 # real QA test starts here
 
 # Modify as appropriate.
 _supported_fs btrfs
-_supported_os Linux
 
 _require_command "$KILLALL_PROG" killall
 _require_command "$BLKDISCARD_PROG" blkdiscard