test/vhost: Change blocksize in fiotests

Default configuration job for FIO integrity test uses block size 4k.
This patch changes it to 4k-512k for better bs coverage.

Change-Id: Ib31b9c663288b5fa9226dd429458ae0fe8ba9209
Signed-off-by: Lukasz Galka <lukaszx.galka@intel.com>
Reviewed-on: https://review.gerrithub.io/372081
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
This commit is contained in:
Lukasz Galka 2017-08-01 18:32:20 +02:00 committed by Daniel Verkamp
parent 2dab00ee03
commit fcfa6f3432
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[global]
blocksize=4k
blocksize_range=4k-512k
iodepth=512
iodepth_batch=128
iodepth_low=256

View File

@ -1,5 +1,5 @@
[global]
blocksize=4k
blocksize_range=4k-512k
iodepth=512
iodepth_batch=128
iodepth_low=256