summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/052
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2013-12-04 09:07:00 +0800
committerStefan Hajnoczi <stefanha@redhat.com>2013-12-04 11:55:13 +0100
commitf210a83c1f809516acd9179d02d8c986c5db24cd (patch)
tree19e9b16ddd9516efb7004f61f4068994c4afed5e /tests/qemu-iotests/052
parent58cc2ae1e3f9f8cd6830a0af116c51c3355710d3 (diff)
downloadqemu-f210a83c1f809516acd9179d02d8c986c5db24cd.tar.gz
qemu-iotests: Add _default_cache_mode and _supported_cache_modes
This replaces _unsupported_qemu_io_options and check for support of current cache mode, and allow to provide a default if user didn't specify. Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/052')
-rwxr-xr-xtests/qemu-iotests/0524
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/052 b/tests/qemu-iotests/052
index f5f9683e68..4d4e411339 100755
--- a/tests/qemu-iotests/052
+++ b/tests/qemu-iotests/052
@@ -41,8 +41,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt generic
_supported_proto generic
_supported_os Linux
-_unsupported_qemu_io_options --nocache
-
+_default_cache_mode "writethrough"
+_supported_cache_modes "writethrough"
size=128M
_make_test_img $size