diff options
author | Andrey Shinkevich <andrey.shinkevich@virtuozzo.com> | 2019-11-12 06:39:36 +0300 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2019-11-18 16:01:31 -0600 |
commit | a4d925f8f0634f72f1f03b23f0d172b7315e9ebf (patch) | |
tree | 78b3759ffaf08ce40bc487b22040b35520d3cddb /tests/qemu-iotests/277.out | |
parent | a5c2a235103ab366ad5318636ec138e52c6dcfa4 (diff) | |
download | qemu-a4d925f8f0634f72f1f03b23f0d172b7315e9ebf.zip qemu-a4d925f8f0634f72f1f03b23f0d172b7315e9ebf.tar.gz qemu-a4d925f8f0634f72f1f03b23f0d172b7315e9ebf.tar.bz2 |
iotests: Test NBD client reconnection
The test for an NBD client. The NBD server is disconnected after the
client write request. The NBD client should reconnect and complete
the write operation.
Suggested-by: Denis V. Lunev <den@openvz.org>
Suggested-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Tested-by: Eric Blake <eblake@redhat.com>
Message-Id: <1573529976-815699-1-git-send-email-andrey.shinkevich@virtuozzo.com>
Diffstat (limited to 'tests/qemu-iotests/277.out')
-rw-r--r-- | tests/qemu-iotests/277.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/qemu-iotests/277.out b/tests/qemu-iotests/277.out new file mode 100644 index 0000000..45404b3 --- /dev/null +++ b/tests/qemu-iotests/277.out @@ -0,0 +1,6 @@ +NBD server: started +NBD client: QEMU-IO write +NBD server: Closing connection on rule match inject-error +NBD server: started +NBD client: wrote 3145728/3145728 bytes at offset 0 +NBD server: Closing connection on rule match inject-error |