]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/026
qemu-iotests: change _supported_proto to file for various tests
[qemu.git] / tests / qemu-iotests / 026
index ebe29d0168d0682d287b20033126f3fa51f9b257..df2884ba5148740dc043b54ef94e283f4ec717e1 100755 (executable)
@@ -42,9 +42,10 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 # Currently only qcow2 supports rebasing
 _supported_fmt qcow2
-_supported_proto generic
+_supported_proto file
 _supported_os Linux
-
+_default_cache_mode "writethrough"
+_supported_cache_modes "writethrough" "none"
 
 echo "Errors while writing 128 kB"
 echo
This page took 0.021177 seconds and 4 git commands to generate.