test/nvmf: Remove reference to an old SPDK's QEMU fork

Signed-off-by: Michal Berger <michallinuxstuff@gmail.com>
Change-Id: Ic64efc12a0901c1436f55bea4b3f7a548fc705e1
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10942
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-by: Dong Yi <dongx.yi@intel.com>
Reviewed-by: Jun Wen <junx.wen@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Michal Berger 2022-01-02 16:36:02 +01:00 committed by Jim Harris
parent 7dc4e55849
commit 5a308ec575

View File

@ -5,11 +5,6 @@ rootdir=$testdir/../../..
source $rootdir/test/common/autotest_common.sh
source $rootdir/test/nvmf/common.sh
if [ ! -d "/usr/local/qemu/spdk-3.0.0" ]; then
echo "Qemu not installed on this machine. It may be a VM. Skipping nvmf_vhost test."
exit 0
fi
source $rootdir/test/vhost/common.sh
MALLOC_BDEV_SIZE=128
@ -21,6 +16,7 @@ VHOST_SOCK="/tmp/vhost_rpc.sock"
VHOST_APP+=(-p 0 -r "$VHOST_SOCK" -u)
VHOST_RPC="$rootdir/scripts/rpc.py -s $VHOST_SOCK"
vhosttestinit
nvmftestinit
# Start Apps