From 4b4ea848481a3d7945c1cf1864e49102fefab9ed Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Tue, 6 Aug 2019 07:25:38 -0700 Subject: [PATCH] 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 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/464311 Tested-by: SPDK CI Jenkins Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- test/vhost/fiotest/fio.sh | 2 +- test/vhost/other/negative.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/vhost/fiotest/fio.sh b/test/vhost/fiotest/fio.sh index f68c00077..e72a4e908 100755 --- a/test/vhost/fiotest/fio.sh +++ b/test/vhost/fiotest/fio.sh @@ -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 diff --git a/test/vhost/other/negative.sh b/test/vhost/other/negative.sh index cbd121755..539022eff 100755 --- a/test/vhost/other/negative.sh +++ b/test/vhost/other/negative.sh @@ -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"