test/vhost: fix common/run_fio for multiple clients
Missing space caused wrong string concatenation when running test with multiple VMs. Signed-off-by: Karol Latecki <karol.latecki@intel.com> Change-Id: I594035b3c5c952cf74e4b6c2002e975f82e303a3 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1896 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
c0b589ebd0
commit
8e6484b0a0
@ -1119,7 +1119,7 @@ function run_fio()
|
||||
vm_exec $vm_num cat /root/$job_fname
|
||||
|
||||
if $run_server_mode; then
|
||||
fio_start_cmd+="--client=127.0.0.1,$(vm_fio_socket $vm_num) --remote-config /root/$job_fname"
|
||||
fio_start_cmd+="--client=127.0.0.1,$(vm_fio_socket $vm_num) --remote-config /root/$job_fname "
|
||||
fi
|
||||
|
||||
if ! $run_server_mode; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user