Skip to content

Commit

Permalink
qa: disable rbd/qemu-iotests test case 055 on RHEL/CentOS
Browse files Browse the repository at this point in the history
Fixes: ceph#14385
Signed-off-by: Jason Dillaman <[email protected]>
  • Loading branch information
Jason Dillaman committed Jan 18, 2016
1 parent 2697b30 commit bb4d7a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qa/workunits/rbd/qemu-iotests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bb4d7a7

Please sign in to comment.