diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2017-12-06 14:45:50 +0000 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2017-12-19 10:25:09 +0000 |
commit | 6dd64919ea36db9fd7e754ed394c25ced45ea39a (patch) | |
tree | 5221ed027699e551b6ad9d0028d16574b1d109e5 /tests/qemu-iotests/202.out | |
parent | ca00bbb153d03c5338d8c8136812163f463f841e (diff) | |
download | qemu-6dd64919ea36db9fd7e754ed394c25ced45ea39a.zip qemu-6dd64919ea36db9fd7e754ed394c25ced45ea39a.tar.gz qemu-6dd64919ea36db9fd7e754ed394c25ced45ea39a.tar.bz2 |
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>
Diffstat (limited to 'tests/qemu-iotests/202.out')
-rw-r--r-- | tests/qemu-iotests/202.out | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/qemu-iotests/202.out b/tests/qemu-iotests/202.out new file mode 100644 index 0000000..d5ea374 --- /dev/null +++ b/tests/qemu-iotests/202.out @@ -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': {}} |