]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
fstests: btrfs/195: skip raid setups not in the profile configs
authorJosef Bacik <josef@toxicpanda.com>
Tue, 19 Mar 2024 16:55:57 +0000 (12:55 -0400)
committerAnand Jain <anand.jain@oracle.com>
Sun, 24 Mar 2024 11:57:42 +0000 (19:57 +0800)
commit805eeea406a7cd78ab76f91cb061bce7e9a3e83c
treee44da0d79bcede19a47d2532daea820b1db5b3d2
parent7337c582d46ac216e364e86a9a8f554fda54b59f
fstests: btrfs/195: skip raid setups not in the profile configs

You can specify a custom BTRFS_PROFILE_CONFIGS to skip certain raid
configurations in the tests, however btrfs/195 doesn't honor this
currently.  Fix this up by getting the profile configs and skipping any
configurations that are not listed in BTRFS_PROFILE_CONFIGS.

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/195