@@ -7,7 +7,7 @@
# Test replace of a missing device on various data and metadata profiles.
#
. ./common/preamble
-_begin_fstest auto replace volume
+_begin_fstest auto replace volume raid
# Import common functions.
. ./common/filter
@@ -8,7 +8,7 @@
# with fsstress running in background.
#
. ./common/preamble
-_begin_fstest auto balance subvol
+_begin_fstest auto balance subvol raid
# Import common functions.
. ./common/filter
@@ -8,7 +8,7 @@
# running in background.
#
. ./common/preamble
-_begin_fstest auto balance scrub
+_begin_fstest auto balance scrub raid
# Import common functions.
. ./common/filter
@@ -8,7 +8,7 @@
# running in background.
#
. ./common/preamble
-_begin_fstest auto balance defrag compress
+_begin_fstest auto balance defrag compress raid
# Import common functions.
. ./common/filter
@@ -8,7 +8,7 @@
# simultaneously, with fsstress running in background.
#
. ./common/preamble
-_begin_fstest auto balance remount compress
+_begin_fstest auto balance remount compress raid
# Import common functions.
. ./common/filter
@@ -10,7 +10,7 @@
# run simultaneously. One of them is expected to fail when the other is running.
. ./common/preamble
-_begin_fstest auto balance replace volume
+_begin_fstest auto balance replace volume raid
# Import common functions.
. ./common/filter
@@ -8,7 +8,7 @@
# operation simultaneously, with fsstress running in background.
#
. ./common/preamble
-_begin_fstest auto subvol replace volume
+_begin_fstest auto subvol replace volume raid
# Import common functions.
. ./common/filter
@@ -8,7 +8,7 @@
# operation simultaneously, with fsstress running in background.
#
. ./common/preamble
-_begin_fstest auto subvol scrub
+_begin_fstest auto subvol scrub raid
# Import common functions.
. ./common/filter
@@ -8,7 +8,7 @@
# operation simultaneously, with fsstress running in background.
#
. ./common/preamble
-_begin_fstest auto subvol defrag compress
+_begin_fstest auto subvol defrag compress raid
# Import common functions.
. ./common/filter
@@ -9,7 +9,7 @@
# in background.
#
. ./common/preamble
-_begin_fstest auto subvol remount compress
+_begin_fstest auto subvol remount compress raid
# Import common functions.
. ./common/filter
@@ -8,7 +8,7 @@
# running in background.
#
. ./common/preamble
-_begin_fstest auto replace scrub volume
+_begin_fstest auto replace scrub volume raid
# Import common functions.
. ./common/filter
@@ -8,7 +8,7 @@
# running in background.
#
. ./common/preamble
-_begin_fstest auto replace defrag compress volume
+_begin_fstest auto replace defrag compress volume raid
# Import common functions.
. ./common/filter
@@ -8,7 +8,7 @@
# algorithms simultaneously with fsstress running in background.
#
. ./common/preamble
-_begin_fstest auto replace remount compress volume
+_begin_fstest auto replace remount compress volume raid
# Import common functions.
. ./common/filter
@@ -8,7 +8,7 @@
# running in background.
#
. ./common/preamble
-_begin_fstest auto scrub defrag compress
+_begin_fstest auto scrub defrag compress raid
# Import common functions.
. ./common/filter
@@ -8,7 +8,7 @@
# simultaneously with fsstress running in background.
#
. ./common/preamble
-_begin_fstest auto scrub remount compress
+_begin_fstest auto scrub remount compress raid
# Import common functions.
. ./common/filter
@@ -8,7 +8,7 @@
# simultaneously with fsstress running in background.
#
. ./common/preamble
-_begin_fstest auto defrag remount compress
+_begin_fstest auto defrag remount compress raid
# Import common functions.
. ./common/filter
@@ -22,7 +22,7 @@
# Verify if all three checkpoints match
#
. ./common/preamble
-_begin_fstest replace volume balance
+_begin_fstest replace volume balance raid
# Override the default cleanup function.
_cleanup()
@@ -7,7 +7,7 @@
# Test that direct IO writes work on RAID5 and RAID6 filesystems.
#
. ./common/preamble
-_begin_fstest auto quick rw
+_begin_fstest auto quick rw raid
# Import common functions.
. ./common/filter
Several tests for btrfs exercise the raid code, but are not added to the raid group. Most of these tests pull in raid via '_btrfs_get_profile_configs()'. Other tests have a '_require_btrfs_fs_feature raid56' which also pulls in raid, but are not added to the raid group. Reported-by: Luis Chamberlain <mcgrof@kernel.org> Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> --- tests/btrfs/027 | 2 +- tests/btrfs/060 | 2 +- tests/btrfs/061 | 2 +- tests/btrfs/062 | 2 +- tests/btrfs/063 | 2 +- tests/btrfs/064 | 2 +- tests/btrfs/065 | 2 +- tests/btrfs/066 | 2 +- tests/btrfs/067 | 2 +- tests/btrfs/068 | 2 +- tests/btrfs/069 | 2 +- tests/btrfs/070 | 2 +- tests/btrfs/071 | 2 +- tests/btrfs/072 | 2 +- tests/btrfs/073 | 2 +- tests/btrfs/074 | 2 +- tests/btrfs/125 | 2 +- tests/btrfs/148 | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-)