fstests: move test group info to test files
[xfstests-dev.git] / tests / overlay / 058
index d259612135ab4e57c7eb005a050d4b52e9b01848..7352482e62deedb46ff5e4c25ddca4217a529d04 100755 (executable)
 # This test requires and enables overlayfs NFS export support.
 # NFS export support depends on and requires overlayfs index feature.
 #
-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 exportfs
 
+# Override the default cleanup function.
 _cleanup()
 {
        $KILLALL_PROG -9 open_by_handle >/dev/null 2>&1
@@ -32,8 +27,7 @@ _cleanup()
        rm -f $tmp.*
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 # real QA test starts here