From 06872158843d513e338864acf3304c0b63ec86d1 Mon Sep 17 00:00:00 2001 From: Pawel Niedzwiecki Date: Fri, 18 May 2018 15:29:56 +0200 Subject: [PATCH] test/vhost: Remove vhost configuration file from lvol test Change-Id: Ic0ada18980a0ca4794ee101950353bd301d80b88 Signed-off-by: Pawel Niedzwiecki Reviewed-on: https://review.gerrithub.io/411683 Tested-by: SPDK Automated Test System Reviewed-by: Daniel Verkamp Reviewed-by: Tomasz Zawadzki Reviewed-by: Ben Walker --- test/vhost/lvol/lvol_test.sh | 2 +- test/vhost/lvol/vhost.conf.in | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 test/vhost/lvol/vhost.conf.in diff --git a/test/vhost/lvol/lvol_test.sh b/test/vhost/lvol/lvol_test.sh index 4b67f10ac..30a0b8b4a 100755 --- a/test/vhost/lvol/lvol_test.sh +++ b/test/vhost/lvol/lvol_test.sh @@ -121,7 +121,7 @@ trap 'error_exit "${FUNCNAME}" "${LINENO}"' SIGTERM SIGABRT ERR vm_kill_all notice "running SPDK vhost" -spdk_vhost_run --conf-path=$LVOL_TEST_DIR +spdk_vhost_run notice "..." trap 'clean_lvol_cfg; error_exit "${FUNCNAME}" "${LINENO}"' SIGTERM SIGABRT ERR diff --git a/test/vhost/lvol/vhost.conf.in b/test/vhost/lvol/vhost.conf.in deleted file mode 100644 index 8e3501847..000000000 --- a/test/vhost/lvol/vhost.conf.in +++ /dev/null @@ -1,3 +0,0 @@ -[Global] -[Ioat] - Disable Yes