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/group | |
parent | a5c2a235103ab366ad5318636ec138e52c6dcfa4 (diff) |
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/group')
-rw-r--r-- | tests/qemu-iotests/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index c56bb69031..6b10a6a762 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -285,3 +285,4 @@ 270 rw backing quick 272 rw 273 backing quick +277 rw quick |