]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
block/027, scsi/004: whitelist scsi_debug test cases for zoned mode
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Wed, 30 Mar 2022 01:32:12 +0000 (10:32 +0900)
committerOmar Sandoval <osandov@fb.com>
Mon, 9 May 2022 19:11:16 +0000 (12:11 -0700)
Define CAN_BE_ZONED=1 in block/027 and scsi/004. These test cases can be
executed in zoned mode without problem against scsi_debug devices in
zoned mode.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
tests/block/027
tests/scsi/004

index e818bf75a7a4a6177fa128b6422beaf0c880c8e3..b60f62c1caa2fc4218b36d5e27ac1a3f82ddc64b 100755 (executable)
@@ -16,6 +16,7 @@
 
 DESCRIPTION="stress device hotplugging with running fio jobs and different schedulers"
 QUICK=1
+CAN_BE_ZONED=1
 
 requires() {
        _have_cgroup2_controller io && _have_scsi_debug && _have_fio
index 416117a15d94135857b30fe3ed33393ba7ef7c30..b5ef2dd006de5e4f22dc44b2cb5c978266aa5e49 100755 (executable)
@@ -15,6 +15,7 @@
 . common/scsi_debug
 
 DESCRIPTION="ensure repeated TASK SET FULL results in EIO on timing out command"
+CAN_BE_ZONED=1
 
 requires() {
        _have_scsi_debug