Skip to content

Commit

Permalink
qemu-iotests: add more tests to the "quick" group
Browse files Browse the repository at this point in the history
None of these needs QEMU_PROG, and they all take but a few seconds.
We need to point the launching script to qemu-nbd, though.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
  • Loading branch information
bonzini authored and stefanhaRH committed Feb 28, 2014
1 parent 9fbee91 commit 9a05fea
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions tests/qemu-iotests-quick.sh
Expand Up @@ -8,6 +8,7 @@ export QEMU_PROG="this_should_be_unused"

export QEMU_IMG_PROG="$(pwd)/qemu-img"
export QEMU_IO_PROG="$(pwd)/qemu-io"
export QEMU_NBD_PROG="$(pwd)/qemu-nbd"

cd $SRC_PATH/tests/qemu-iotests

Expand Down
34 changes: 17 additions & 17 deletions tests/qemu-iotests/group
Expand Up @@ -58,30 +58,30 @@
049 rw auto
050 rw auto backing quick
051 rw auto
052 rw auto backing
053 rw auto
054 rw auto
052 rw auto backing quick
053 rw auto quick
054 rw auto quick
055 rw auto
056 rw auto backing
057 rw auto
058 rw auto
059 rw auto
060 rw auto
061 rw auto
062 rw auto
063 rw auto
064 rw auto
058 rw auto quick
059 rw auto quick
060 rw auto quick
061 rw auto quick
062 rw auto quick
063 rw auto quick
064 rw auto quick
065 rw auto
066 rw auto
066 rw auto quick
067 rw auto
068 rw auto
069 rw auto
070 rw auto
069 rw auto quick
070 rw auto quick
071 rw auto
072 rw auto
073 rw auto
074 rw auto
077 rw auto
072 rw auto quick
073 rw auto quick
074 rw auto quick
077 rw auto quick
079 rw auto
081 rw auto
082 rw auto quick

0 comments on commit 9a05fea

Please sign in to comment.