diff options
author | Mykola Golub <mgolub@mirantis.com> | 2016-12-09 21:07:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-09 21:07:20 +0100 |
commit | b40603f60ab5fcbd45144707805d1bf0a4c2cca2 (patch) | |
tree | cedd57f19030feae90451524d534b724ca631d2f | |
parent | Merge pull request #12253 from aclamk/fix-copy-object-compression (diff) | |
parent | qa/workunits/rbd: removed qemu-iotest case 077 (diff) | |
download | ceph-b40603f60ab5fcbd45144707805d1bf0a4c2cca2.tar.xz ceph-b40603f60ab5fcbd45144707805d1bf0a4c2cca2.zip |
Merge pull request #12366 from dillaman/wip-10773
qa/workunits/rbd: removed qemu-iotest case 077
Reviewed-by: Loic Dachary <ldachary@redhat.com>
-rwxr-xr-x | qa/workunits/rbd/qemu-iotests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/workunits/rbd/qemu-iotests.sh b/qa/workunits/rbd/qemu-iotests.sh index 3d723941f28..8697856d854 100755 --- a/qa/workunits/rbd/qemu-iotests.sh +++ b/qa/workunits/rbd/qemu-iotests.sh @@ -8,7 +8,7 @@ # This will only work with particular qemu versions, like 1.0. Later # versions of qemu include qemu-iotests directly in the qemu # repository. -testlist='001 002 003 004 005 008 009 010 011 021 025 032 033 055 077' +testlist='001 002 003 004 005 008 009 010 011 021 025 032 033 055' git clone https://github.com/qemu/qemu.git # use v2.2.0-rc3 (last released version that handles all the tests |