diff options
author | Kevin Wolf <kwolf@redhat.com> | 2017-06-09 13:37:01 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2017-06-26 14:51:13 +0200 |
commit | 24575bfa8c05041db097d203c5506814db0fa110 (patch) | |
tree | 292214ca7cb02eaff1d6406607c539d90751c552 /tests/qemu-iotests/group | |
parent | ecaf8c8a6fdd2153f1652d1598c4e344cc961e3b (diff) | |
download | qemu-24575bfa8c05041db097d203c5506814db0fa110.zip qemu-24575bfa8c05041db097d203c5506814db0fa110.tar.gz qemu-24575bfa8c05041db097d203c5506814db0fa110.tar.bz2 |
qemu-iotests: Test exiting qemu with running job
When qemu is exited, all running jobs should be cancelled successfully.
This adds a test for this for all types of block jobs that currently
exist in qemu.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/group')
-rw-r--r-- | tests/qemu-iotests/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index a6acaff..318ae74 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -175,3 +175,4 @@ 181 rw auto migration 182 rw auto quick 183 rw auto migration +185 rw auto |