]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qemu-iotests/067
iotests: fix 097 when run with qcow
[mirror_qemu.git] / tests / qemu-iotests / 067
index a12125bd46ae30f24afe896233bdaa45a57bfbe7..38d23fce6b5fc20379956223745d09cf87df8c86 100755 (executable)
@@ -119,13 +119,11 @@ run_qemu <<EOF
 { "execute": "qmp_capabilities" }
 { "execute": "blockdev-add",
   "arguments": {
-      "options": {
-        "driver": "$IMGFMT",
-        "node-name": "disk",
-        "file": {
-            "driver": "file",
-            "filename": "$TEST_IMG"
-        }
+      "driver": "$IMGFMT",
+      "node-name": "disk",
+      "file": {
+          "driver": "file",
+          "filename": "$TEST_IMG"
       }
     }
   }