diff options
author | Max Reitz <mreitz@redhat.com> | 2016-01-25 19:41:15 +0100 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2016-02-02 17:49:43 +0100 |
commit | 34250395fe8f31efee5a736ced9c3b8e33e0dfa3 (patch) | |
tree | 7a95bf798d62151e5362cd3e970340b946e9e79b /tests/qemu-iotests/143.out | |
parent | 15cfba693b8a828315618b8df41acfb79017acf3 (diff) |
iotests: Add test for a nonexistent NBD export
Trying to connect to a nonexistent NBD export should not crash the
server.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/143.out')
-rw-r--r-- | tests/qemu-iotests/143.out | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/qemu-iotests/143.out b/tests/qemu-iotests/143.out new file mode 100644 index 0000000000..dad20240a4 --- /dev/null +++ b/tests/qemu-iotests/143.out @@ -0,0 +1,7 @@ +QA output created by 143 +{"return": {}} +{"return": {}} +can't open device nbd+unix:///no_such_export?socket=TEST_DIR/nbd: Failed to read export length +{"return": {}} +{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"} +*** done |