From: Loic Dachary Date: Sat, 28 Feb 2015 00:18:38 +0000 (+0100) Subject: Maipo should also use the local qemu clone X-Git-Tag: v9.0.0~223^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3831%2Fhead;p=ceph.git Maipo should also use the local qemu clone http://tracker.ceph.com/issues/10975 Fixes: #10975 Signed-off-by: Loic Dachary --- diff --git a/qa/workunits/rbd/qemu-iotests.sh b/qa/workunits/rbd/qemu-iotests.sh index c45374378289..1ab6a401bbac 100755 --- a/qa/workunits/rbd/qemu-iotests.sh +++ b/qa/workunits/rbd/qemu-iotests.sh @@ -8,19 +8,17 @@ # This will only work with particular qemu versions, like 1.0. Later # versions of qemu include qemu-iotests directly in the qemu # repository. -codevers=`lsb_release -sc` -iotests=qemu-iotests testlist='001 002 003 004 005 008 009 010 011 021 025' # See if we need to use the iotests suites in qemu (newer version). -# Right now, trusty is the only version that uses this. -for chkcode in "trusty" -do - if [ "$chkcode" = "$codevers" ] - then +case `lsb_release -sc` in + trusty|Maipo) iotests=qemu/tests/qemu-iotests - fi -done + ;; + *) + iotests=qemu-iotests + ;; +esac if [ "$iotests" = "qemu/tests/qemu-iotests" ] then