@@ -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
@@ -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()
@@ -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()
@@ -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
@@ -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"
@@ -9,7 +9,7 @@
# performed.
#
. ./common/preamble
-_begin_fstest auto quick subvol
+_begin_fstest auto quick subvol remount
# Override the default cleanup function.
_cleanup()
@@ -8,7 +8,7 @@
# in the middle
#
. ./common/preamble
-_begin_fstest auto defrag quick fiemap
+_begin_fstest auto defrag quick fiemap remount
. ./common/filter
@@ -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
@@ -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
@@ -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()
{
@@ -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
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 <anand.jain@oracle.com> --- 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(-)