From 1d7a8c3a4d95fb362bbb41f4d66377aa49d8881f Mon Sep 17 00:00:00 2001 From: Anand Jain Date: Wed, 22 Nov 2023 16:55:44 +0800 Subject: tests/btrfs: add tests to the remount group Several test cases under tests/btrfs are missing from the remount group. This patch adds the test cases that use -o remount to the remount group. Signed-off-by: Anand Jain Reviewed-by: Josef Bacik Signed-off-by: Zorro Lang --- tests/btrfs/015 | 2 +- tests/btrfs/163 | 2 +- tests/btrfs/164 | 2 +- tests/btrfs/167 | 2 +- tests/btrfs/220 | 2 +- tests/btrfs/233 | 2 +- tests/btrfs/258 | 2 +- tests/btrfs/263 | 2 +- tests/btrfs/276 | 2 +- tests/btrfs/293 | 2 +- tests/btrfs/301 | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'tests/btrfs') diff --git a/tests/btrfs/015 b/tests/btrfs/015 index 7398f9bf..aeec8cc9 100755 --- a/tests/btrfs/015 +++ b/tests/btrfs/015 @@ -8,7 +8,7 @@ # readonly and remounting rw. # . ./common/preamble -_begin_fstest auto quick snapshot +_begin_fstest auto quick snapshot remount # Import common functions. . ./common/filter diff --git a/tests/btrfs/163 b/tests/btrfs/163 index c2a04791..da31cfb8 100755 --- a/tests/btrfs/163 +++ b/tests/btrfs/163 @@ -14,7 +14,7 @@ # c6a5d954950c btrfs: fail replace of seed device . ./common/preamble -_begin_fstest auto quick volume seed +_begin_fstest auto quick volume seed remount # Override the default cleanup function. _cleanup() diff --git a/tests/btrfs/164 b/tests/btrfs/164 index 43c55c16..bc62b535 100755 --- a/tests/btrfs/164 +++ b/tests/btrfs/164 @@ -10,7 +10,7 @@ # Remount RW # Run device delete on the seed device . ./common/preamble -_begin_fstest auto quick volume +_begin_fstest auto quick volume remount # Override the default cleanup function. _cleanup() diff --git a/tests/btrfs/167 b/tests/btrfs/167 index fb271cfa..99c984f4 100755 --- a/tests/btrfs/167 +++ b/tests/btrfs/167 @@ -11,7 +11,7 @@ # ac0b4145d662 ("btrfs: scrub: Don't use inode pages for device replace") # . ./common/preamble -_begin_fstest auto quick replace volume +_begin_fstest auto quick replace volume remount # Import common functions. . ./common/filter diff --git a/tests/btrfs/220 b/tests/btrfs/220 index b092f40b..cc092c14 100755 --- a/tests/btrfs/220 +++ b/tests/btrfs/220 @@ -8,7 +8,7 @@ # * device= argument is already being test by btrfs/125 # * space cache test already covered by test btrfs/131 . ./common/preamble -_begin_fstest auto quick +_begin_fstest auto quick remount _register_cleanup "cleanup" diff --git a/tests/btrfs/233 b/tests/btrfs/233 index 6a414443..2b94a9c6 100755 --- a/tests/btrfs/233 +++ b/tests/btrfs/233 @@ -9,7 +9,7 @@ # performed. # . ./common/preamble -_begin_fstest auto quick subvol +_begin_fstest auto quick subvol remount # Override the default cleanup function. _cleanup() diff --git a/tests/btrfs/258 b/tests/btrfs/258 index e4a23dcc..a4d15c43 100755 --- a/tests/btrfs/258 +++ b/tests/btrfs/258 @@ -8,7 +8,7 @@ # in the middle # . ./common/preamble -_begin_fstest auto defrag quick fiemap +_begin_fstest auto defrag quick fiemap remount . ./common/filter diff --git a/tests/btrfs/263 b/tests/btrfs/263 index 8ff363d1..5bf8d499 100755 --- a/tests/btrfs/263 +++ b/tests/btrfs/263 @@ -8,7 +8,7 @@ # defragmentation. # . ./common/preamble -_begin_fstest auto quick defrag fiemap +_begin_fstest auto quick defrag fiemap remount # Import common functions. . ./common/filter diff --git a/tests/btrfs/276 b/tests/btrfs/276 index 8a21963c..6470a2f6 100755 --- a/tests/btrfs/276 +++ b/tests/btrfs/276 @@ -9,7 +9,7 @@ # and when the file's subvolume was snapshoted. # . ./common/preamble -_begin_fstest auto snapshot fiemap +_begin_fstest auto snapshot fiemap remount . ./common/filter . ./common/attr diff --git a/tests/btrfs/293 b/tests/btrfs/293 index 5cbbee8f..cded9564 100755 --- a/tests/btrfs/293 +++ b/tests/btrfs/293 @@ -9,7 +9,7 @@ # are removed, we will be able to activate the swapfile. # . ./common/preamble -_begin_fstest auto quick swap snapshot +_begin_fstest auto quick swap snapshot remount _cleanup() { diff --git a/tests/btrfs/301 b/tests/btrfs/301 index 7a0b4c0e..16126471 100755 --- a/tests/btrfs/301 +++ b/tests/btrfs/301 @@ -8,7 +8,7 @@ # removing them in various orders. # . ./common/preamble -_begin_fstest auto quick qgroup clone subvol prealloc snapshot +_begin_fstest auto quick qgroup clone subvol prealloc snapshot remount # Import common functions. . ./common/reflink -- cgit v1.2.3