fstests: move test group info to test files
[xfstests-dev.git] / tests / overlay / 051
index 1c4b41e37e51f78891774f0c1620ca911f345581..4b26dd8446cc83f567e765ab191ea7c0ff5f673f 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 copyup hardlink exportfs nonsamefs
 
+# Override the default cleanup function.
 _cleanup()
 {
        cd /
@@ -36,8 +31,7 @@ _cleanup()
        $UMOUNT_PROG $SCRATCH_MNT 2>/dev/null
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 # real QA test starts here