diff mbox series

[1/9] ceph: re-tag copy_file_range as being in the copy_range group

Message ID 163174936296.380880.5004927987240020121.stgit@magnolia (mailing list archive)
State New, archived
Headers show
Series fstests: document all test groups | expand

Commit Message

Darrick J. Wong Sept. 15, 2021, 11:42 p.m. UTC
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>
---
 tests/ceph/001 |    2 +-
 tests/ceph/002 |    2 +-
 tests/ceph/003 |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Amir Goldstein Sept. 16, 2021, 5:51 a.m. UTC | #1
On Thu, Sep 16, 2021 at 2:42 AM Darrick J. Wong <djwong@kernel.org> wrote:
>
> 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/filter
> diff --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
>
diff mbox series

Patch

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/filter
diff --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