aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2022-02-02 18:38:31 +1100
committerEryu Guan <guaneryu@gmail.com>2022-02-14 01:08:15 +0800
commita245d8b8158425f8f54dfc2d3bd4c601ede07b23 (patch)
tree329ea24de713feaa313e2fe5e4d526f90e7f13a5
parentccbbd09981c762d865a5198f6fe31b2f07bbc274 (diff)
downloadxfstests-dev-a245d8b8158425f8f54dfc2d3bd4c601ede07b23.tar.gz
fstests: add more tests to the metadump group
Because they use metadump and I want to test metadump more easily. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
-rwxr-xr-xtests/xfs/1292
-rwxr-xr-xtests/xfs/2342
-rwxr-xr-xtests/xfs/2532
-rwxr-xr-xtests/xfs/2842
-rwxr-xr-xtests/xfs/2912
-rwxr-xr-xtests/xfs/3362
-rwxr-xr-xtests/xfs/4322
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/xfs/129 b/tests/xfs/129
index df97755295..90887d5476 100755
--- a/tests/xfs/129
+++ b/tests/xfs/129
@@ -9,7 +9,7 @@
# said block.
#
. ./common/preamble
-_begin_fstest auto quick clone
+_begin_fstest auto quick clone metadump
# Override the default cleanup function.
_cleanup()
diff --git a/tests/xfs/234 b/tests/xfs/234
index a61681abf3..6ff2f228e8 100755
--- a/tests/xfs/234
+++ b/tests/xfs/234
@@ -9,7 +9,7 @@
# said block.
#
. ./common/preamble
-_begin_fstest auto quick rmap punch
+_begin_fstest auto quick rmap punch metadump
# Override the default cleanup function.
_cleanup()
diff --git a/tests/xfs/253 b/tests/xfs/253
index a96a2c176c..1899ce5226 100755
--- a/tests/xfs/253
+++ b/tests/xfs/253
@@ -18,7 +18,7 @@
# that is already in use (and no other name is available to use).
#
. ./common/preamble
-_begin_fstest auto quick
+_begin_fstest auto quick metadump
# Override the default cleanup function.
_cleanup()
diff --git a/tests/xfs/284 b/tests/xfs/284
index 9d75bceca5..fa7bfdd0f0 100755
--- a/tests/xfs/284
+++ b/tests/xfs/284
@@ -8,7 +8,7 @@
# on mounted XFS to make sure they refuse to proceed.
#
. ./common/preamble
-_begin_fstest auto quick dump copy db mkfs repair
+_begin_fstest auto quick dump copy db mkfs repair metadump
# Override the default cleanup function.
_cleanup()
diff --git a/tests/xfs/291 b/tests/xfs/291
index bbc6f2b92c..6d5e247eaf 100755
--- a/tests/xfs/291
+++ b/tests/xfs/291
@@ -7,7 +7,7 @@
# Test xfs_repair on fragmented multi-block dir2 fs
#
. ./common/preamble
-_begin_fstest auto repair
+_begin_fstest auto repair metadump
# Import common functions.
. ./common/filter
diff --git a/tests/xfs/336 b/tests/xfs/336
index 279830b56b..6592419d03 100755
--- a/tests/xfs/336
+++ b/tests/xfs/336
@@ -7,7 +7,7 @@
# Exercise metadump on realtime rmapbt preservation.
#
. ./common/preamble
-_begin_fstest auto rmap realtime
+_begin_fstest auto rmap realtime metadump
# Override the default cleanup function.
_cleanup()
diff --git a/tests/xfs/432 b/tests/xfs/432
index 40cb247429..86012f0b0c 100755
--- a/tests/xfs/432
+++ b/tests/xfs/432
@@ -14,7 +14,7 @@
# threshold to 2^21 blocks, make sure we never do that again.
#
. ./common/preamble
-_begin_fstest auto quick dir metadata
+_begin_fstest auto quick dir metadata metadump
# Override the default cleanup function.
_cleanup()