aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/262.out
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2019-08-01 17:12:25 +0200
committerKevin Wolf <kwolf@redhat.com>2019-08-16 10:25:16 +0200
commit5b96e6a002d8791d24ef69ed67ee6d264239622d (patch)
treeb963c1e45e23183f216287751ca94b5421a731e9 /tests/qemu-iotests/262.out
parent980448f17a24573fea53ceec3fa66353e9fd4092 (diff)
downloadqemu-5b96e6a002d8791d24ef69ed67ee6d264239622d.zip
qemu-5b96e6a002d8791d24ef69ed67ee6d264239622d.tar.gz
qemu-5b96e6a002d8791d24ef69ed67ee6d264239622d.tar.bz2
iotests: Test migration with all kinds of filter nodes
This test case is motivated by commit 2b23f28639 ('block/copy-on-read: Fix permissions for inactive node'). Instead of just testing copy-on-read on migration, let's stack all sorts of filter nodes on top of each other and try if the resulting VM can still migrate successfully. For good measure, put everything into an iothread, because why not? Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/262.out')
-rw-r--r--tests/qemu-iotests/262.out17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/qemu-iotests/262.out b/tests/qemu-iotests/262.out
new file mode 100644
index 0000000..5a58e5e
--- /dev/null
+++ b/tests/qemu-iotests/262.out
@@ -0,0 +1,17 @@
+Launching source VM...
+Enabling migration QMP events on A...
+{"return": {}}
+Launching destination VM...
+Enabling migration QMP events on B...
+{"return": {}}
+Starting migration to B...
+{"return": {}}
+{"data": {"status": "setup"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}}
+{"data": {"status": "active"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}}
+{"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}}
+{"data": {"status": "active"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}}
+{"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}}
+completed
+completed
+{"return": {"running": false, "singlestep": false, "status": "postmigrate"}}
+{"return": {"running": true, "singlestep": false, "status": "running"}}