]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-iotests: only run 071 on qcow2
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 29 Jan 2014 15:33:54 +0000 (16:33 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 31 Jan 2014 21:05:03 +0000 (22:05 +0100)
commit1b7650ef2f63d53cf89af25a9f323323cf2423a7
tree73cad7445c09a484a7760139e1c739cd50dc4db8
parent170a60345ee84dff3114f759367badfb85680728
qemu-iotests: only run 071 on qcow2

The 071 test is designed for IMGFMT=qcow2 because it uses the l2_load
blkdebug event.  Its output filtering also assumes that IMGFMT is not
raw since 071.out contains "format=raw" but IMGFMT=raw would filter the
output to "format=IMGFMT".

Perhaps the test case can be rewritten to be more generic, but for now
let's document that it was only supposed to work with qcow2.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
tests/qemu-iotests/071