]> www.infradead.org Git - users/sagi/blktests.git/commit
block/004, zbd/{005,006}: call _test_dev_set_scheduler
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Tue, 18 Jul 2023 06:22:46 +0000 (15:22 +0900)
committerShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Wed, 19 Jul 2023 06:40:01 +0000 (15:40 +0900)
commitd41b69ab41ca283a918d690376e66aec6374ba9e
tree8310d6713eef6a51fd8497808b7e63f65ea68f84
parentb89d53406053ceb78a039298e220f59ad167a4b5
block/004, zbd/{005,006}: call _test_dev_set_scheduler

The test cases block/004, zbd/005 and zbd/006 do write to zoned block
devices which require mq-deadline scheduler. When TEST_DEV is a bio
based device-mapper, mq-deadline scheduler shall be set to destination
devices. For this purpose, call _test_dev_set_scheduler instead of
_test_dev_queue_set.

Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
tests/block/004
tests/zbd/005
tests/zbd/006