tet/nvmf_vhost: change the link to vhost/common.sh

Rather than revert this patch, just modify the path to the common script
to enable it to pass in the test pool.

Change-Id: I33f5d89e1e118df4546f45237b55173ad30fad24
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/455277
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-05-21 09:22:22 -07:00 committed by Jim Harris
parent 0372f2b3ae
commit 5931284f74

View File

@ -5,7 +5,7 @@ testdir=$(readlink -f $(dirname $0))
rootdir=$testdir/../../..
source $rootdir/test/common/autotest_common.sh
source $rootdir/test/nvmf/common.sh
source $rootdir/test/vhost/common/common.sh
source $rootdir/test/vhost/common.sh
MALLOC_BDEV_SIZE=128
MALLOC_BLOCK_SIZE=512