OSDN Git Service

qemu-iotests: add 058 internal snapshot export with qemu-nbd case
authorWenchao Xia <xiawenc@linux.vnet.ibm.com>
Wed, 4 Dec 2013 09:10:56 +0000 (17:10 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 4 Dec 2013 14:19:00 +0000 (15:19 +0100)
commit9c468a013fd0b0eb6154f8c5cfd2b1d498a86113
treef77fafd7c27e9c8743d72a31703f71380803d91a
parent8c116b0e4141400f8d43a7e6dac8ff3adcc8aadd
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>
tests/qemu-iotests/058 [new file with mode: 0755]
tests/qemu-iotests/058.out [new file with mode: 0644]
tests/qemu-iotests/check
tests/qemu-iotests/common.rc
tests/qemu-iotests/group