@@ -8,6 +8,7 @@
DESCRIPTION="switch schedulers while doing IO"
TIMED=1
+CAN_BE_ZONED=1
requires() {
_have_fio
@@ -12,6 +12,7 @@
DESCRIPTION="run null-blk in blocking mode"
TIMED=1
+CAN_BE_ZONED=1
requires() {
_have_null_blk && _have_module_param null_blk blocking && _have_fio
@@ -12,6 +12,7 @@
DESCRIPTION="run I/O on null_blk with shared and non-shared tags"
TIMED=1
+CAN_BE_ZONED=1
requires() {
_have_null_blk && _have_module_param null_blk shared_tags && _have_fio
@@ -8,6 +8,7 @@
DESCRIPTION="disable PCI device while doing I/O"
TIMED=1
+CAN_BE_ZONED=1
requires() {
_have_fio && _have_program setpci
@@ -11,6 +11,7 @@
DESCRIPTION="send a signal to a process waiting on a frozen queue"
QUICK=1
+CAN_BE_ZONED=1
requires() {
_have_null_blk
@@ -11,6 +11,7 @@
DESCRIPTION="do I/O and check the inflight counter"
QUICK=1
+CAN_BE_ZONED=1
requires() {
_have_null_blk
@@ -11,6 +11,7 @@
DESCRIPTION="run null-blk on different schedulers with only one hardware tag"
QUICK=1
+CAN_BE_ZONED=1
requires() {
_have_null_blk && _have_fio
@@ -11,6 +11,7 @@
DESCRIPTION="read/write nr_requests on null-blk with different schedulers"
QUICK=1
+CAN_BE_ZONED=1
requires() {
_have_null_blk
@@ -10,6 +10,7 @@
DESCRIPTION="do I/O on all null_blk queue modes"
QUICK=1
+CAN_BE_ZONED=1
requires() {
_have_null_blk
Define CAN_BE_ZONED=1 in block/005, block/006, block/010, block/011, block/016, block/017, block/020, block/021 and block/023 as all these tests should execute without any problem against null_blk with zoned mode enabled or zoned block devices specified in TEST_DEVS. Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com> --- tests/block/005 | 1 + tests/block/006 | 1 + tests/block/010 | 1 + tests/block/011 | 1 + tests/block/016 | 1 + tests/block/017 | 1 + tests/block/020 | 1 + tests/block/021 | 1 + tests/block/023 | 1 + 9 files changed, 9 insertions(+)