fstests: move test group info to test files
[xfstests-dev.git] / tests / btrfs / 180
index fe538fc58cf8692b7c47b8e7d98eb9de1afa5e94..68e382f667374576183c0200a8e07cf70b98a973 100755 (executable)
 # This bug is going to be fxied by a patch for kernel titled
 # "btrfs: qgroup: Make qgroup async transaction commit more aggressive"
 #
-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
-
-_cleanup()
-{
-       cd /
-       rm -f $tmp.*
-}
-
-# get standard environment, filters and checks
-. ./common/rc
-. ./common/filter
+. ./common/preamble
+_begin_fstest auto quick qgroup limit
 
-# remove previous $seqres.full before test
-rm -f $seqres.full
+# Import common functions.
+. ./common/filter
 
 # real QA test starts here