Add scripts for testing the fio zoned block device support code
authorBart Van Assche <bart.vanassche@wdc.com>
Fri, 24 Aug 2018 18:31:31 +0000 (11:31 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 24 Aug 2018 18:54:43 +0000 (12:54 -0600)
commit191d1d1a59df5460c7214b23cd56e5d17f60e072
treec913725f25fb358908df9ece8153ba3d22e1bfe1
parenta7c2b6fc2959cddbf7a479c86eb93d609669241a
Add scripts for testing the fio zoned block device support code

These scripts can be run e.g. as follows:

t/zbd/run-tests-against-zoned-nullb &&
    t/zbd/run-tests-against-regular-nullb &&
    t/zbd/test-zbd-support /dev/disk/by-id/scsi-SHGST_HSH721414AL52M0_VEG007HG &&
    echo All tests passed

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/zbd/functions [new file with mode: 0644]
t/zbd/run-tests-against-regular-nullb [new file with mode: 0755]
t/zbd/run-tests-against-zoned-nullb [new file with mode: 0755]
t/zbd/test-zbd-support [new file with mode: 0755]