From 3dab6c957070a8c0cf2d4014b037051a5fec0def Mon Sep 17 00:00:00 2001 From: Pawel Niedzwiecki Date: Fri, 18 May 2018 15:24:19 +0200 Subject: [PATCH] test/vhost: Remove vhost configuration file from integrity test Change-Id: Id5a6401f5f7b1e6cb404c25a6f017e51dad4a679 Signed-off-by: Pawel Niedzwiecki Reviewed-on: https://review.gerrithub.io/411681 Tested-by: SPDK Automated Test System Reviewed-by: Pawel Kaminski Reviewed-by: Jim Harris Reviewed-by: Daniel Verkamp --- test/vhost/integrity/integrity_start.sh | 2 +- test/vhost/integrity/vhost.conf.in | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 test/vhost/integrity/vhost.conf.in diff --git a/test/vhost/integrity/integrity_start.sh b/test/vhost/integrity/integrity_start.sh index 1908f74b4..a4e7ebe63 100755 --- a/test/vhost/integrity/integrity_start.sh +++ b/test/vhost/integrity/integrity_start.sh @@ -56,7 +56,7 @@ trap 'error_exit "${FUNCNAME}" "${LINENO}"' SIGTERM SIGABRT ERR vm_kill_all notice "Starting SPDK vhost" -spdk_vhost_run --conf-path=$INTEGRITY_BASE_DIR +spdk_vhost_run notice "..." # Set up lvols and vhost controllers diff --git a/test/vhost/integrity/vhost.conf.in b/test/vhost/integrity/vhost.conf.in deleted file mode 100644 index 5fab30fd7..000000000 --- a/test/vhost/integrity/vhost.conf.in +++ /dev/null @@ -1,4 +0,0 @@ -[Global] - -[Ioat] - Disable Yes