summaryrefslogtreecommitdiff
path: root/tests/btrfs/074
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-06-21 08:55:09 -0700
committerEryu Guan <guaneryu@gmail.com>2021-06-27 22:50:02 +0800
commit7e98d41a6e009f348cd328e4b3bda2fd4352b94e (patch)
treea82ec4d292532f04a6e73d0e0832653f8048cb02 /tests/btrfs/074
parent827136e6f36ddcba5b2c7a625ee00d0ed25a6990 (diff)
fstests: move test group info to test files
Refactor every test in the entire test suite to use the new boilerplate functions. This also migrates all the test group information into the test files. This patch has been autogenerated via the command: ./tools/convert-group btrfs ceph cifs ext4 f2fs generic nfs ocfs2 overlay perf shared udf xfs Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Allison Henderson <allison.henderson@oracle.com> Reviewed-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
Diffstat (limited to 'tests/btrfs/074')
-rwxr-xr-xtests/btrfs/07421
1 files changed, 3 insertions, 18 deletions
diff --git a/tests/btrfs/074 b/tests/btrfs/074
index c894e23a..dc26d8c0 100755
--- a/tests/btrfs/074
+++ b/tests/btrfs/074
@@ -7,23 +7,10 @@
# Run btrfs defrag operations and remount with different compress algorithms
# simultaneously with fsstress running in background.
#
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto defrag remount compress
-here=`pwd`
-tmp=/tmp/$$
-status=1
-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
@@ -33,8 +20,6 @@ _require_scratch_nocheck
_require_scratch_dev_pool 4
_btrfs_get_profile_configs
-rm -f $seqres.full
-
run_test()
{
local mkfs_opts=$1