diff options
author | Jeff Cody <jcody@redhat.com> | 2016-02-01 20:33:11 -0500 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2016-02-02 18:07:27 +0100 |
commit | 8983b670f62ab5e5e8dd2690bf8304123651bfe5 (patch) | |
tree | 09c67b37dd4fb10999934218b5e415ad16da3b7c /tests/qemu-iotests/144.out | |
parent | f8aa905a4fec89863c82de4186352447d851871e (diff) | |
download | qemu-8983b670f62ab5e5e8dd2690bf8304123651bfe5.zip qemu-8983b670f62ab5e5e8dd2690bf8304123651bfe5.tar.gz qemu-8983b670f62ab5e5e8dd2690bf8304123651bfe5.tar.bz2 |
block: qemu-iotests - add test for snapshot, commit, snapshot bug
Signed-off-by: Jeff Cody <jcody@redhat.com>
Message-id: 2dbc05efba2f683cb3aaf71aaa9b776ebf7ec57c.1454376655.git.jcody@redhat.com
Reviewed-by: Max Reitz <mreitz@redhat.com>
[Moved test number from 143 to 144]
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/144.out')
-rw-r--r-- | tests/qemu-iotests/144.out | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/qemu-iotests/144.out b/tests/qemu-iotests/144.out new file mode 100644 index 0000000..410d741 --- /dev/null +++ b/tests/qemu-iotests/144.out @@ -0,0 +1,24 @@ +QA output created by 144 +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=536870912 + +=== Launching QEMU === + + +=== Performing Live Snapshot 1 === + +{"return": {}} +Formatting 'TEST_DIR/tmp.qcow2', fmt=qcow2 size=536870912 backing_file=TEST_DIR/t.qcow2 backing_fmt=qcow2 encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16 +{"return": {}} + +=== Performing block-commit on active layer === + +{"return": {}} +{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_JOB_READY", "data": {"device": "virtio0", "len": 0, "offset": 0, "speed": 0, "type": "commit"}} +{"return": {}} +{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_JOB_COMPLETED", "data": {"device": "virtio0", "len": 0, "offset": 0, "speed": 0, "type": "commit"}} + +=== Performing Live Snapshot 2 === + +Formatting 'TEST_DIR/tmp2.qcow2', fmt=qcow2 size=536870912 backing_file=TEST_DIR/t.qcow2 backing_fmt=qcow2 encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16 +{"return": {}} +*** done |