]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: disable rbd/qemu-iotests test case 055 on RHEL/CentOS 7272/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 18 Jan 2016 20:57:43 +0000 (15:57 -0500)
committerJason Dillaman <dillaman@redhat.com>
Mon, 18 Jan 2016 20:58:43 +0000 (15:58 -0500)
Fixes: #14385
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
qa/workunits/rbd/qemu-iotests.sh

index ca27df9ecffe6bc5f961ea2979636686852fa11c..3d723941f2828979fb65e88d7e6a82209506bac8 100755 (executable)
@@ -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