test/vm_setup.sh: update qemu to version 3.0.0

Use Qemu v.3.0.0 from spdk/qemu.

Change-Id: I44ecdac5f591a6096ec8450dd70044a7ba6628e0
Signed-off-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-on: https://review.gerrithub.io/436476
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Seth Howell <seth.howell5141@gmail.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Karol Latecki 2018-12-07 12:43:06 +01:00 committed by Ben Walker
parent f00791e804
commit 0fc2933906

View File

@ -176,7 +176,7 @@ function install_qemu()
{ {
if echo $CONF | grep -q qemu; then if echo $CONF | grep -q qemu; then
# Qemu is used in the vhost tests. # Qemu is used in the vhost tests.
SPDK_QEMU_BRANCH=spdk-2.12 SPDK_QEMU_BRANCH=spdk-3.0.0
mkdir -p qemu mkdir -p qemu
if [ ! -d "qemu/$SPDK_QEMU_BRANCH" ]; then if [ ! -d "qemu/$SPDK_QEMU_BRANCH" ]; then
git -C ./qemu clone "${GIT_REPO_QEMU}" -b "$SPDK_QEMU_BRANCH" "$SPDK_QEMU_BRANCH" git -C ./qemu clone "${GIT_REPO_QEMU}" -b "$SPDK_QEMU_BRANCH" "$SPDK_QEMU_BRANCH"