test/fuzz: fix autofuzz vhost all test
Add -g/--single-file-segments to vhost fuzz client to allow pass autofuzz_vhost_all test Fixes https://github.com/spdk/spdk/issues/1482 Signed-off-by: Pawel Piatek <pawelx.piatek@intel.com> Change-Id: Ia25fe1f364fe6a11e2ad0ee0dc354f399f385e0e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3678 Community-CI: Mellanox Build Bot Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
436fa2efae
commit
301b47e446
@ -8,7 +8,7 @@ TEST_TIMEOUT=1200
|
||||
|
||||
VHOST_APP+=(-p 0)
|
||||
FUZZ_RPC_SOCK="/var/tmp/spdk_fuzz.sock"
|
||||
VHOST_FUZZ_APP+=(-r "$FUZZ_RPC_SOCK" --wait-for-rpc)
|
||||
VHOST_FUZZ_APP+=(-r "$FUZZ_RPC_SOCK" --wait-for-rpc -g)
|
||||
|
||||
vhost_rpc_py="$rootdir/scripts/rpc.py"
|
||||
fuzz_generic_rpc_py="$rootdir/scripts/rpc.py -s $FUZZ_RPC_SOCK"
|
||||
|
Loading…
Reference in New Issue
Block a user