]> git.proxmox.com Git - mirror_qemu.git/commit - tests/qemu-iotests/072
qemu-iotests: change _supported_proto to file for various tests
authorPeter Lieven <pl@kamp.de>
Mon, 3 Feb 2014 09:26:14 +0000 (10:26 +0100)
committerKevin Wolf <kwolf@redhat.com>
Sun, 9 Feb 2014 08:12:38 +0000 (09:12 +0100)
commit1f7bf7d0687f5a58613358f5e7cfd8f29a3a21e2
tree01d4b8a1940ec060326fb8c39f9fcb0a9a998e30
parent6542aa9c75bcef5a549b8ac1ce34d0ec6782a3c2
qemu-iotests: change _supported_proto to file for various tests

all these tests do anything of the following and thus fail with any
protocol other than file:
 - the tests use rm, cp or mv shell commands which only work on file
 - the tests use qcow2.py
 - the images construct new filenames (e.g. backing file names) and
   the logic is broken for anything else than file

Signed-off-by: Peter Lieven <pl@kamp.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
25 files changed:
tests/qemu-iotests/013
tests/qemu-iotests/014
tests/qemu-iotests/018
tests/qemu-iotests/019
tests/qemu-iotests/023
tests/qemu-iotests/024
tests/qemu-iotests/026
tests/qemu-iotests/028
tests/qemu-iotests/031
tests/qemu-iotests/034
tests/qemu-iotests/036
tests/qemu-iotests/037
tests/qemu-iotests/038
tests/qemu-iotests/039
tests/qemu-iotests/043
tests/qemu-iotests/046
tests/qemu-iotests/052
tests/qemu-iotests/054
tests/qemu-iotests/059
tests/qemu-iotests/060
tests/qemu-iotests/061
tests/qemu-iotests/063
tests/qemu-iotests/069
tests/qemu-iotests/071
tests/qemu-iotests/072