fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 329
index dd433322ca58a296ae303da0baf0c1543a8d6206..c2ba3108f88c82a916b3326e9536f16ff9df10ca 100755 (executable)
@@ -6,15 +6,10 @@
 #
 # Test AIO DIO CoW behavior when the write temporarily fails.
 #
-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 quick clone eio
 
+# Override the default cleanup function.
 _cleanup()
 {
     cd /
@@ -22,8 +17,7 @@ _cleanup()
     _dmerror_cleanup
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/reflink
 . ./common/dmerror
@@ -34,9 +28,6 @@ _require_cp_reflink
 _require_dm_target error
 _require_aiodio "aiocp"
 
-rm -f $seqres.full
-
-
 echo "Format and mount"
 _scratch_mkfs > $seqres.full 2>&1
 _dmerror_init