fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 211
index 468241f76c1d3baa2fd2c16b783696a232af81d7..02edd22e445b61393f4ff4795e0fcaa1ecfb0db9 100755 (executable)
@@ -6,23 +6,10 @@
 #
 # Run aio-free-ring-with-bogus-nr-pages - test aio_setup_ring with bad nr_pages
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto aio quick
 
-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
+# Import common functions.
 . ./common/filter
 
 # real QA test starts here