summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/039
diff options
context:
space:
mode:
authorPeter Lieven <pl@kamp.de>2014-02-03 10:26:14 +0100
committerKevin Wolf <kwolf@redhat.com>2014-02-09 09:12:38 +0100
commit1f7bf7d0687f5a58613358f5e7cfd8f29a3a21e2 (patch)
tree01d4b8a1940ec060326fb8c39f9fcb0a9a998e30 /tests/qemu-iotests/039
parent6542aa9c75bcef5a549b8ac1ce34d0ec6782a3c2 (diff)
downloadhqemu-1f7bf7d0687f5a58613358f5e7cfd8f29a3a21e2.zip
hqemu-1f7bf7d0687f5a58613358f5e7cfd8f29a3a21e2.tar.gz
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>
Diffstat (limited to 'tests/qemu-iotests/039')
-rwxr-xr-xtests/qemu-iotests/0392
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/039 b/tests/qemu-iotests/039
index 6abf472..9b355c0 100755
--- a/tests/qemu-iotests/039
+++ b/tests/qemu-iotests/039
@@ -42,7 +42,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.filter
_supported_fmt qcow2
-_supported_proto generic
+_supported_proto file
_supported_os Linux
_default_cache_mode "writethrough"
_supported_cache_modes "writethrough"
OpenPOWER on IntegriCloud