The test requires raid0, 1, and 10 drivers, so add an explicit requirement for this. Signed-off-by: John Garry diff --git a/tests/md/002 b/tests/md/002 index c9d15ce..5e77d60 100755 --- a/tests/md/002 +++ b/tests/md/002 @@ -16,6 +16,9 @@ requires() { _have_program mdadm _have_driver scsi_debug _have_xfs_io_atomic_write + _have_driver raid0 + _have_driver raid1 + _have_driver raid10 } test() { -- 2.43.5