From: Jeff Mahoney Date: Mon, 21 Jan 2019 16:33:13 +0000 (-0500) Subject: btrfs: require feature raid56 for raid56 tests X-Git-Tag: v2022.05.01~1282 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c38ce3551695181827aab749bfcfbb3b419b4fe2;p=xfstests-dev.git btrfs: require feature raid56 for raid56 tests btrfs/125, btrfs/148, btrfs/157, and btrfs/158 test for raid56 behavior. We shouldn't run if the kernel doesn't have support for them. Signed-off-by: Jeff Mahoney Reviewed-by: Filipe Manana Signed-off-by: Eryu Guan --- diff --git a/tests/btrfs/125 b/tests/btrfs/125 index 5ac68b67..847fa62a 100755 --- a/tests/btrfs/125 +++ b/tests/btrfs/125 @@ -51,6 +51,7 @@ _supported_os Linux _require_scratch_dev_pool 3 _test_unmount _require_loadable_fs_module "btrfs" +_require_btrfs_fs_feature raid56 _scratch_dev_pool_get 3 diff --git a/tests/btrfs/148 b/tests/btrfs/148 index d0e554c2..3fd8616f 100755 --- a/tests/btrfs/148 +++ b/tests/btrfs/148 @@ -30,6 +30,7 @@ _supported_os Linux _require_scratch _require_scratch_dev_pool 4 _require_odirect +_require_btrfs_fs_feature raid56 _scratch_dev_pool_get 4 diff --git a/tests/btrfs/157 b/tests/btrfs/157 index d9ea4b7b..7f75c407 100755 --- a/tests/btrfs/157 +++ b/tests/btrfs/157 @@ -49,6 +49,7 @@ _supported_fs btrfs _supported_os Linux _require_scratch_dev_pool 4 _require_btrfs_command inspect-internal dump-tree +_require_btrfs_fs_feature raid56 get_physical_stripe0() { diff --git a/tests/btrfs/158 b/tests/btrfs/158 index fe2dd956..603e8bea 100755 --- a/tests/btrfs/158 +++ b/tests/btrfs/158 @@ -41,6 +41,7 @@ _supported_fs btrfs _supported_os Linux _require_scratch_dev_pool 4 _require_btrfs_command inspect-internal dump-tree +_require_btrfs_fs_feature raid56 get_physical_stripe0() {