If trusty, use older version of qemu

Fixes #10319
Signed-off-by: Warren Usui <warren.usui@inktank.com>
This commit is contained in:
Warren Usui 2014-12-18 20:00:28 -08:00
parent 18d6b20039
commit 46a1a4cb67

View File

@ -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