From: Darrick J. Wong <djwong@kernel.org>
copy_range is the group name for copy_file_range tests, so reclassify
these tests.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
---
tests/ceph/001 | 2 +-
tests/ceph/002 | 2 +-
tests/ceph/003 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/ceph/001 b/tests/ceph/001
index aca77168..c00de308 100755
--- a/tests/ceph/001
+++ b/tests/ceph/001
@@ -11,7 +11,7 @@
# file and 3) the middle of the dst file.
#
. ./common/preamble
-_begin_fstest auto quick copy
+_begin_fstest auto quick copy_range
# get standard environment
. common/filter
diff --git a/tests/ceph/002 b/tests/ceph/002
index 428f23a9..9bc728fd 100755
--- a/tests/ceph/002
+++ b/tests/ceph/002
@@ -20,7 +20,7 @@
# linux kernel: 78beb0ff2fec ("ceph: use copy-from2 op in copy_file_range")
#
. ./common/preamble
-_begin_fstest auto quick copy
+_begin_fstest auto quick copy_range
# get standard environment
. common/filterdiff --git a/tests/ceph/003 b/tests/ceph/003
index 9f8c6068..faedb48c 100755
--- a/tests/ceph/003
+++ b/tests/ceph/003
@@ -7,7 +7,7 @@
# Test copy_file_range with infile = outfile
#
. ./common/preamble
-_begin_fstest auto quick copy
+_begin_fstest auto quick copy_range
# get standard environment
. common/filter