t/zbd: Fix test target size of test case #48
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Fri, 30 Oct 2020 06:57:40 +0000 (15:57 +0900)
committerJens Axboe <axboe@kernel.dk>
Fri, 30 Oct 2020 13:24:59 +0000 (07:24 -0600)
commit8c17a6248bd227a9f3cc3da52bd1cb922dc6cf81
treeeedcbf5dd2e566cac9132db64c03f0a5fd724ca9
parent071c9d2924ce43786c13d8d19d639e2e4bed4fba
t/zbd: Fix test target size of test case #48

Option --size was not specified to the fio command of test case #48. It
resulted in write operations to all available sequential write required
zones and relaxed zone locking test condition. Specify the option to
limit test target to 16 zones so that zone locking is tested with
expected condition.

Fixes: 3bd2078bdd1c ("zbd: add test for stressing zone locking")
Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Reviewed-by: Dmitry Fomichev <dmitry.fomichev@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/zbd/test-zbd-support