]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu-iotests: Do not execute 052 with -nocache
authorMax Reitz <mreitz@redhat.com>
Mon, 23 Sep 2013 14:38:33 +0000 (16:38 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 25 Sep 2013 08:08:56 +0000 (10:08 +0200)
commitff42308f30e05155efc78a1f00f53943ca51e4f9
treeba68167a23430e2500a3552426e6457ae84a2c76
parent4db9c980027447816cfd00703070a7672cb8e482
qemu-iotests: Do not execute 052 with -nocache

Test 052 uses qemu-io -s which will result in bdrv_open trying to create
a temporary snapshot file in /tmp. However, since O_DIRECT and tmpfs
do not work well together, disable this test for -nocache.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/052