From: Jason Dillaman Date: Mon, 18 Jan 2016 20:57:43 +0000 (-0500) Subject: qa: disable rbd/qemu-iotests test case 055 on RHEL/CentOS X-Git-Tag: v10.0.3~19^2~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb4d7a721c19869c540ad6629a2fc8252bbe4f4e;p=ceph.git qa: disable rbd/qemu-iotests test case 055 on RHEL/CentOS Fixes: #14385 Signed-off-by: Jason Dillaman --- diff --git a/qa/workunits/rbd/qemu-iotests.sh b/qa/workunits/rbd/qemu-iotests.sh index ca27df9ecff..3d723941f28 100755 --- a/qa/workunits/rbd/qemu-iotests.sh +++ b/qa/workunits/rbd/qemu-iotests.sh @@ -23,6 +23,10 @@ then QEMU='/usr/bin/qemu-system-x86_64' else QEMU='/usr/libexec/qemu-kvm' + + # disable test 055 since qemu-kvm (RHEL/CentOS) doesn't support the + # required QMP commands + testlist=$(echo ${testlist} | sed "s/ 055//g") fi ln -s $QEMU bin/qemu