diff mbox series

[blktests,3/6] block/027, scsi/004: whitelist scsi_debug test cases for zoned mode

Message ID 20220330013215.463555-4-shinichiro.kawasaki@wdc.com (mailing list archive)
State New, archived
Headers show
Series extend zoned mode coverage for scsi devices | expand

Commit Message

Shin'ichiro Kawasaki March 30, 2022, 1:32 a.m. UTC
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.

Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
---
 tests/block/027 | 1 +
 tests/scsi/004  | 1 +
 2 files changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/tests/block/027 b/tests/block/027
index e818bf7..b60f62c 100755
--- a/tests/block/027
+++ b/tests/block/027
@@ -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
diff --git a/tests/scsi/004 b/tests/scsi/004
index 416117a..b5ef2dd 100755
--- a/tests/scsi/004
+++ b/tests/scsi/004
@@ -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