diff options
author | Max Reitz <mreitz@redhat.com> | 2013-09-23 16:38:33 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-09-25 10:08:56 +0200 |
commit | ff42308f30e05155efc78a1f00f53943ca51e4f9 (patch) | |
tree | ba68167a23430e2500a3552426e6457ae84a2c76 /tests | |
parent | 4db9c980027447816cfd00703070a7672cb8e482 (diff) | |
download | qemu-ff42308f30e05155efc78a1f00f53943ca51e4f9.zip |
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>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/qemu-iotests/052 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/052 b/tests/qemu-iotests/052 index 14a5126635..49810cbeeb 100755 --- a/tests/qemu-iotests/052 +++ b/tests/qemu-iotests/052 @@ -41,6 +41,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fmt generic _supported_proto generic _supported_os Linux +_unsupported_qemu_io_options --nocache size=128M |