Skip to content

Commit 3dc59d9

Browse files
johnpgarrykawasaki
authored andcommitted
md/002: add raid 0/1/10 requirement
The test requires raid0, 1, and 10 drivers, so add an explicit requirement for this. Signed-off-by: John Garry <[email protected]> Signed-off-by: Shin'ichiro Kawasaki <[email protected]>
1 parent c0162ed commit 3dc59d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/md/002

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ requires() {
1616
_have_program mdadm
1717
_have_driver scsi_debug
1818
_have_xfs_io_atomic_write
19+
_have_driver raid0
20+
_have_driver raid1
21+
_have_driver raid10
1922
}
2023

2124
test() {

0 commit comments

Comments
 (0)