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: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/464311
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Seth Howell 2019-08-06 07:25:38 -07:00 committed by Jim Harris
parent a7f7e8639f
commit 4b4ea84848
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"