]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
block: Whitelist tests supporting zoned block devices
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Mon, 28 Jan 2019 13:14:47 +0000 (22:14 +0900)
committerOmar Sandoval <osandov@fb.com>
Tue, 5 Feb 2019 18:43:30 +0000 (10:43 -0800)
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
tests/block/006
tests/block/010
tests/block/011
tests/block/016
tests/block/017
tests/block/020
tests/block/021
tests/block/023

index 65eba227f9b5b35c26ace8313bad6445a2b1c83a..8ab6791efecae3f7e0c3fbbbb02cb0811cef7fdf 100755 (executable)
@@ -8,6 +8,7 @@
 
 DESCRIPTION="switch schedulers while doing IO"
 TIMED=1
+CAN_BE_ZONED=1
 
 requires() {
        _have_fio
index 630d478bc54d7c6aa1dd647175c0bc56da13e933..0b8a3c01da21184f10e519f0a5e0294e86b19cd3 100755 (executable)
@@ -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
index 76b301fe228785bbdebe3719a267f5ae5bdffe91..b81208e73939bc0b386cbbe61e9174cbf4c26f84 100644 (file)
@@ -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
index 8e109000e2fbd0c5af749071be6e791c20b84858..c3432a63e274fb85ce5c2cc1492026a7593f834d 100755 (executable)
@@ -8,6 +8,7 @@
 
 DESCRIPTION="disable PCI device while doing I/O"
 TIMED=1
+CAN_BE_ZONED=1
 
 requires() {
        _have_fio && _have_program setpci
index 10ec4ba9782647d09133d9178bdbffd9c8e83670..c70b7d04f60352febcf8f4a00a47d177edee0ec8 100755 (executable)
@@ -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
index cea29beaf0625eea588927e58c1225f06f576c44..e4a9259d26d6de98e1e01d9c977d4f765a1edb91 100755 (executable)
@@ -11,6 +11,7 @@
 
 DESCRIPTION="do I/O and check the inflight counter"
 QUICK=1
+CAN_BE_ZONED=1
 
 requires() {
        _have_null_blk
index a377ea2aab81be935d9e0567094101e7dde8277e..39dde6636023dec58399e421d3501a76775214ea 100755 (executable)
@@ -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
index 0ca5a17d675b36256effebd1a46d63e961bd357e..a1bbf45a3bc955433d15b4468f9d2403d49b44b0 100755 (executable)
@@ -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
index b0739f72e46dbe82c9bae15b6c91e40791f07972..0f20f4aaaf860030d2b8aa3731e27e83a377bd94 100755 (executable)
@@ -10,6 +10,7 @@
 
 DESCRIPTION="do I/O on all null_blk queue modes"
 QUICK=1
+CAN_BE_ZONED=1
 
 requires() {
        _have_null_blk