From bb4d7a721c19869c540ad6629a2fc8252bbe4f4e Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Mon, 18 Jan 2016 15:57:43 -0500 Subject: [PATCH] qa: disable rbd/qemu-iotests test case 055 on RHEL/CentOS Fixes: #14385 Signed-off-by: Jason Dillaman --- qa/workunits/rbd/qemu-iotests.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qa/workunits/rbd/qemu-iotests.sh b/qa/workunits/rbd/qemu-iotests.sh index ca27df9ecffe6..3d723941f2828 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 -- 2.39.5