diff options
author | Fam Zheng | 2017-08-15 15:07:40 +0200 |
---|---|---|
committer | Eric Blake | 2017-08-15 17:03:28 +0200 |
commit | dd7fdaad654d7484b66410b4b002b14644396587 (patch) | |
tree | 2bdfb26bd16eb3347e42e49d506c900b4611657f /tests/qemu-iotests/192.out | |
parent | block-backend: Defer shared_perm tightening migration completion (diff) | |
download | qemu-dd7fdaad654d7484b66410b4b002b14644396587.tar.gz qemu-dd7fdaad654d7484b66410b4b002b14644396587.tar.xz qemu-dd7fdaad654d7484b66410b4b002b14644396587.zip |
iotests: Add non-shared storage migration case 192
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <20170815130740.31229-5-famz@redhat.com>
Tested-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/192.out')
-rw-r--r-- | tests/qemu-iotests/192.out | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/qemu-iotests/192.out b/tests/qemu-iotests/192.out new file mode 100644 index 0000000000..1e0be4c4d7 --- /dev/null +++ b/tests/qemu-iotests/192.out @@ -0,0 +1,7 @@ +QA output created by 192 +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 +QEMU X.Y.Z monitor - type 'help' for more information +(qemu) nbd_server_start unix:TEST_DIR/nbd +(qemu) nbd_server_add -w drive0 +(qemu) q +*** done |