Skip to content

Commit af0b85f

Browse files
committed
zbd/012: add missing scsi_debug check
The test case uses loadable scsi_debug, but it misses the check for it. Add the missing check. Fixes: 3ca2657 ("zbd/012: Test requeuing of zoned writes and queue freezing") Signed-off-by: Shin'ichiro Kawasaki <[email protected]>
1 parent 2fe7f4e commit af0b85f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/zbd/012

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ TIMED=1
1313

1414
requires() {
1515
_have_fio_zbd_zonemode
16+
_have_loadable_scsi_debug
1617
}
1718

1819
toggle_iosched() {

0 commit comments

Comments
 (0)