]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
fstests: update tests to skip unsupported raid profile types
authorJosef Bacik <josef@toxicpanda.com>
Fri, 5 Apr 2024 19:56:14 +0000 (15:56 -0400)
committerZorro Lang <zlang@kernel.org>
Sun, 28 Apr 2024 11:08:22 +0000 (19:08 +0800)
commit0160ffd7669378e536d25ce46f29fc4cc79e8241
tree0b209808a0f6611683868c8a06d04fd91a872e37
parentfc408e773e1dc06faa475bd386f2e8e10d7134b1
fstests: update tests to skip unsupported raid profile types

Tests btrfs/197, btrfs/198, and btrfs/297 test multiple raid types in
their workout() function.  We may not support some of the raid types, so
add a check in the workout() function to skip any incompatible raid
profiles.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Anand Jain <anand.jain@oracle.com>
tests/btrfs/197
tests/btrfs/198
tests/btrfs/297