fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 120
index 4f96e09495ba910e1ba6668dc305f06e3a7b2b12..5a67ed0dc5cd907349882a77443dcb2806882d42 100755 (executable)
@@ -6,17 +6,10 @@
 #
 # Test noatime mount option.
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest other atime auto quick
 
-here=`pwd`
-tmp=/tmp/$$
-status=1       # failure is the default!
-trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
-
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 # real QA test starts here