diff mbox series

[3/3] groups: add logical_resolve group for btrfs

Message ID a0924b8c782b146736555dc73305e15a9093f26c.1683632565.git.fdmanana@suse.com (mailing list archive)
State New, archived
Headers show
Series btrfs: add test case for logical-resolve | expand

Commit Message

Filipe Manana May 9, 2023, 11:52 a.m. UTC
From: Filipe Manana <fdmanana@suse.com>

Add a 'logical_resolve' group to identify tests that use the btrfs
logical-resolve command, which exercises btrfs' logical to ino ioctl.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
---
 doc/group-names.txt | 1 +
 tests/btrfs/004     | 2 +-
 tests/btrfs/287     | 2 +-
 tests/btrfs/299     | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

Comments

Anand Jain May 10, 2023, 4:51 a.m. UTC | #1
Thanks.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
diff mbox series

Patch

diff --git a/doc/group-names.txt b/doc/group-names.txt
index 5fd8fe67..1c35a394 100644
--- a/doc/group-names.txt
+++ b/doc/group-names.txt
@@ -70,6 +70,7 @@  label			filesystem labelling
 limit			resource limits
 locks			file locking
 log			metadata logging
+logical_resolve		btrfs logical to ino ioctl (logical-resolve command)
 logprint		xfs_logprint functional tests
 long_rw			long-soak read write IO path exercisers
 metacopy		overlayfs metadata-only copy-up
diff --git a/tests/btrfs/004 b/tests/btrfs/004
index aa37c45d..ea40dbf6 100755
--- a/tests/btrfs/004
+++ b/tests/btrfs/004
@@ -10,7 +10,7 @@ 
 # We check to end up back at the original file with the correct offset.
 #
 . ./common/preamble
-_begin_fstest auto rw metadata fiemap
+_begin_fstest auto rw metadata fiemap logical_resolve
 
 noise_pid=0
 
diff --git a/tests/btrfs/287 b/tests/btrfs/287
index a7e29e2b..a0b71c7e 100755
--- a/tests/btrfs/287
+++ b/tests/btrfs/287
@@ -7,7 +7,7 @@ 
 # Test btrfs' logical to inode ioctls (v1 and v2).
 #
 . ./common/preamble
-_begin_fstest auto quick snapshot clone punch
+_begin_fstest auto quick snapshot clone punch logical_resolve
 
 . ./common/filter
 . ./common/reflink
diff --git a/tests/btrfs/299 b/tests/btrfs/299
index 2ac05957..c4b1c7c5 100755
--- a/tests/btrfs/299
+++ b/tests/btrfs/299
@@ -15,7 +15,7 @@ 
 # resolution is still successful.
 #
 . ./common/preamble
-_begin_fstest auto quick preallocrw
+_begin_fstest auto quick preallocrw logical_resolve
 
 # real QA test starts here
 # Modify as appropriate.