diff options
author | Eric Blake | 2017-07-17 16:26:20 +0200 |
---|---|---|
committer | Kevin Wolf | 2017-07-24 15:06:04 +0200 |
commit | 88e1f9274522929fc5f9b553df9e68e135d1ef2e (patch) | |
tree | 8cc51705c52fd91afa4aa81781c0917163d5b839 /tests | |
parent | util: Introduce include/qemu/cpuid.h (diff) | |
download | qemu-88e1f9274522929fc5f9b553df9e68e135d1ef2e.tar.gz qemu-88e1f9274522929fc5f9b553df9e68e135d1ef2e.tar.xz qemu-88e1f9274522929fc5f9b553df9e68e135d1ef2e.zip |
iotests: Remove a few tests from 'quick' group
A run of './check -qcow2 -g quick' on my machine produced only
two tests that took longer than 5 seconds; 178 took 18, and
189 took 7. Remove them from the quick group.
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests')
-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 0961f8cc4e..287f0ea27d 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -175,7 +175,7 @@ 175 auto quick 176 rw auto backing 177 rw auto quick -178 auto quick +178 auto 179 rw auto quick 181 rw auto migration 182 rw auto quick @@ -183,4 +183,4 @@ 185 rw auto 186 rw auto 188 rw auto quick -189 rw auto quick +189 rw auto |