mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
qemu-iotests: add 202 external snapshots IOThread test
QMP 'transaction' blockdev-snapshot-sync with multiple disks in an IOThread is an untested code path. Several bugs have been found in connection with this command. This patch adds a test case to prevent future regressions. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 20171206144550.22295-10-stefanha@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
ca00bbb153
commit
6dd64919ea
3 changed files with 107 additions and 0 deletions
11
tests/qemu-iotests/202.out
Normal file
11
tests/qemu-iotests/202.out
Normal file
|
@ -0,0 +1,11 @@
|
|||
Launching VM...
|
||||
Adding IOThread...
|
||||
{u'return': {}}
|
||||
Adding blockdevs...
|
||||
{u'return': {}}
|
||||
{u'return': {}}
|
||||
Setting iothread...
|
||||
{u'return': {}}
|
||||
{u'return': {}}
|
||||
Creating external snapshots...
|
||||
{u'return': {}}
|
Loading…
Add table
Add a link
Reference in a new issue