diff options
author | Wenchao Xia <xiawenc@linux.vnet.ibm.com> | 2013-12-04 17:10:56 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-12-04 15:19:00 +0100 |
commit | 9c468a013fd0b0eb6154f8c5cfd2b1d498a86113 (patch) | |
tree | f77fafd7c27e9c8743d72a31703f71380803d91a /tests/qemu-iotests/check | |
parent | 8c116b0e4141400f8d43a7e6dac8ff3adcc8aadd (diff) | |
download | qemu-9c468a013fd0b0eb6154f8c5cfd2b1d498a86113.zip qemu-9c468a013fd0b0eb6154f8c5cfd2b1d498a86113.tar.gz qemu-9c468a013fd0b0eb6154f8c5cfd2b1d498a86113.tar.bz2 |
qemu-iotests: add 058 internal snapshot export with qemu-nbd case
This case can't run when IMGPROTO=nbd, since it needs to create some
internal snapshot which would fail for EOF write request, even when
TEST_IMG is exported with "-f raw" in common.rc, so set _supported_proto
to file.
_require_command() is changed to tip what util is missing, instead
of printing a blank.
Signed-off-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/check')
-rwxr-xr-x | tests/qemu-iotests/check | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/check b/tests/qemu-iotests/check index dc0105c..e2ed5a9 100755 --- a/tests/qemu-iotests/check +++ b/tests/qemu-iotests/check @@ -161,6 +161,7 @@ cat <<EOF QEMU -- $QEMU QEMU_IMG -- $QEMU_IMG QEMU_IO -- $QEMU_IO +QEMU_NBD -- $QEMU_NBD IMGFMT -- $FULL_IMGFMT_DETAILS IMGPROTO -- $FULL_IMGPROTO_DETAILS PLATFORM -- $FULL_HOST_DETAILS |