]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
If trusty, use older version of qemu
authorWarren Usui <warren.usui@inktank.com>
Fri, 19 Dec 2014 04:00:28 +0000 (20:00 -0800)
committerWarren Usui <warren.usui@inktank.com>
Wed, 7 Jan 2015 22:14:59 +0000 (14:14 -0800)
Fixes #10319
Signed-off-by: Warren Usui <warren.usui@inktank.com>
(cherry-picked from 46a1a4cb670d30397979cd89808a2e420cef2c11)

qa/workunits/rbd/qemu-iotests.sh

index 9dfca3e6ed15fb89790c928a004d6926d433c4a6..91e62734e6cee1eb47552c74afbc3340e3d0236a 100755 (executable)
@@ -25,6 +25,10 @@ done
 if [ "$iotests" = "qemu/tests/qemu-iotests" ]
 then
     git clone git://apt-mirror.front.sepia.ceph.com/qemu.git
+    # use v2.2.0-rc3 (last released version that handles all the tests
+    cd qemu
+    git checkout 2528043f1f299e0e88cb026f1ca7c40bbb4e1f80
+    cd ..
     testlist=$testlist' 032 033 055 077'
 else
     git clone git://ceph.com/git/qemu-iotests.git