summaryrefslogtreecommitdiff
path: root/tests/f2fs
diff options
context:
space:
mode:
authorZorro Lang <zlang@kernel.org>2022-11-09 02:32:42 +0800
committerZorro Lang <zlang@kernel.org>2022-11-23 11:55:03 +0800
commitacd67f0b2c5fe187db8540b4e65dc94ff9a939c8 (patch)
treeac546f9209a2ddf8baad58e5e19d4b1f9b6c9fc7 /tests/f2fs
parent4c02b231b514d2346ba415cf640d9dfaa3d1aae1 (diff)
fstests: update group name according to xfs_io command requirement
When a test case requires someone xfs_io command, that nearly means that case belong that kind of test group. Likes fpunch for punch group, fcollapse for collapse group, falloc for prealloc group, fzero for zero group and so on. Many fstests cases miss some test groups they should belong to, so this patch trys to supplement this lack, according to the "xxxx" which required by _require_xfs_io_command "xxxx". Reported-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Zorro Lang <zlang@kernel.org> Reviewed-by: Andrey Albershteyn <aalbersh@redhat.com>
Diffstat (limited to 'tests/f2fs')
-rwxr-xr-xtests/f2fs/0012
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/f2fs/001 b/tests/f2fs/001
index 1141a63e..2bf39d8c 100755
--- a/tests/f2fs/001
+++ b/tests/f2fs/001
@@ -16,7 +16,7 @@
# In f2fs, up to 3.4KB of data can be embedded into 4KB-sized inode block.
#
. ./common/preamble
-_begin_fstest auto quick rw
+_begin_fstest auto quick rw prealloc
# Import common functions.
. ./common/filter