Hi Omar, This patch series adds two tests for queue depth one and two tests for SCSI devices with gap zones. Please consider these patches for inclusion in the official blktests repository. Thanks, Bart. Bart Van Assche (3): Introduce the io_schedulers() function Add I/O scheduler tests for queue depth 1 tests/scsi: Add tests for SCSI devices with gap zones common/iosched | 12 +++++++ common/multipath-over-rdma | 11 ------ common/rc | 5 +++ tests/block/005 | 4 +-- tests/block/014 | 7 ++-- tests/block/015 | 7 ++-- tests/block/020 | 7 ++-- tests/block/021 | 6 ++-- tests/block/032 | 62 +++++++++++++++++++++++++++++++++ tests/block/032.out | 2 ++ tests/nvmeof-mp/012 | 3 +- tests/scsi/008 | 63 ++++++++++++++++++++++++++++++++++ tests/scsi/008.out | 2 ++ tests/scsi/009 | 56 ++++++++++++++++++++++++++++++ tests/scsi/009.out | 2 ++ tests/scsi/010 | 70 ++++++++++++++++++++++++++++++++++++++ tests/scsi/010.out | 2 ++ tests/srp/012 | 3 +- 18 files changed, 290 insertions(+), 34 deletions(-) create mode 100644 common/iosched create mode 100755 tests/block/032 create mode 100644 tests/block/032.out create mode 100755 tests/scsi/008 create mode 100644 tests/scsi/008.out create mode 100755 tests/scsi/009 create mode 100644 tests/scsi/009.out create mode 100644 tests/scsi/010 create mode 100644 tests/scsi/010.out