fstests: move test group info to test files
[xfstests-dev.git] / tests / btrfs / 014
index 97977198c3243afb644a57ceb00c3cb27896daa3..9e236274c563878350f4d025d796161f0b65f851 100755 (executable)
@@ -6,13 +6,8 @@
 #
 # Btrfs balance tests
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
-
-here="`pwd`"
-tmp=/tmp/$$
-status=1       # failure is the default!
+. ./common/preamble
+_begin_fstest auto balance
 
 _create_snapshot()
 {
@@ -32,7 +27,6 @@ _balance()
 }
 
 #get standard environment, filters and checks
-. ./common/rc
 . ./common/filter
 
 # real QA test starts here