diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2014-03-13 10:28:01 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-03-14 16:30:38 +0100 |
commit | 46dea4160d587add2f3670306c41ad9ad4064af5 (patch) | |
tree | 4e60c6efd6c0e68d8aead93c9b8a6560e32bd934 | |
parent | dc668ded1009f88da5e31bc5a143cf3e9070d49b (diff) | |
download | qemu-46dea4160d587add2f3670306c41ad9ad4064af5.zip |
qemu-iotests: remove 085 and 087 from 'quick' group
The 'quick' group in qemu-iotests are not allowed to run QEMU since we
don't know which targets are available. In other words, they may only
use qemu-img, qemu-io, and qemu-nbd.
Drop 085 and 087 from the 'quick' group since they run QEMU. This
makes "make check-block" pass again.
Reported-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r-- | tests/qemu-iotests/group | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index 40cd3b3fa7..ee09ebc98e 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -86,6 +86,6 @@ 081 rw auto 082 rw auto quick 083 rw auto -085 rw auto quick +085 rw auto 086 rw auto quick -087 rw auto quick +087 rw auto |