From 8e6484b0a0ac228252c55821f563fe4c1eae6c26 Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Thu, 16 Apr 2020 10:28:30 +0200 Subject: [PATCH] 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 Change-Id: I594035b3c5c952cf74e4b6c2002e975f82e303a3 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1896 Reviewed-by: Jim Harris Reviewed-by: Darek Stojaczyk Tested-by: SPDK CI Jenkins --- test/vhost/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vhost/common.sh b/test/vhost/common.sh index a82a1aae8..8e49f3502 100644 --- a/test/vhost/common.sh +++ b/test/vhost/common.sh @@ -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