Commit 4b4ea848 authored by Seth Howell's avatar Seth Howell Committed by Jim Harris
Browse files

test/vhost: vhost_json_config -> vhost_load_config



This function and the calls to it were mismatched. Make the function
calls correspond to the name of the function.

Change-Id: Iac4604fee3435621239fab2be8b0d86db926c87c
Signed-off-by: default avatarSeth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/464311


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent a7f7e863
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ if [[ $test_type =~ "spdk_vhost" ]]; then
	notice "running SPDK"
	notice ""
	vhost_run 0
	vhost_json_config 0 $testdir/conf.json
	vhost_load_config 0 $testdir/conf.json
	notice ""
fi

+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ if [[ $RUN_NIGHTLY -eq 1 ]]; then
	notice "running SPDK"
	notice ""
	vhost_run 0
	vhost_json_config 0 $testdir/conf.json
	vhost_load_config 0 $testdir/conf.json
	notice ""

	rpc_py="$rootdir/scripts/rpc.py -s $(get_vhost_dir 0)/rpc.sock"