diff options
author | Max Reitz | 2014-12-02 18:32:49 +0100 |
---|---|---|
committer | Kevin Wolf | 2014-12-10 10:31:20 +0100 |
commit | 2247798d13e5295a097da0a42f9d0d70d88690a4 (patch) | |
tree | 4a8dab80bcbe8256e1dff8bdcad89983cabd7ed0 /tests/qemu-iotests/113.out | |
parent | iotests: Only kill NBD server if it runs (diff) | |
download | qemu-2247798d13e5295a097da0a42f9d0d70d88690a4.tar.gz qemu-2247798d13e5295a097da0a42f9d0d70d88690a4.tar.xz qemu-2247798d13e5295a097da0a42f9d0d70d88690a4.zip |
iotests: Add test for unsupported image creation
Add a test for creating and amending images (amendment uses the creation
options) with formats not supporting creation over protocols not
supporting creation.
Cc: qemu-stable@nongnu.org
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/113.out')
-rw-r--r-- | tests/qemu-iotests/113.out | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/qemu-iotests/113.out b/tests/qemu-iotests/113.out new file mode 100644 index 0000000000..00bdfd6887 --- /dev/null +++ b/tests/qemu-iotests/113.out @@ -0,0 +1,15 @@ +QA output created by 113 + +=== Unsupported image creation in qemu-img create === + +qemu-img: nbd://example.com: Format driver 'IMGFMT' does not support image creation + +=== Unsupported image creation in qemu-img convert === + +qemu-img: Format driver 'IMGFMT' does not support image creation + +=== Unsupported format in qemu-img amend === + +qemu-img: Format driver 'IMGFMT' does not support any options to amend + +*** done |