summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2016-09-21 14:56:03 +0200
committerKevin Wolf <kwolf@redhat.com>2016-09-23 13:45:36 +0200
commit26d5fa10ff9a0701bf5860e6548b9eda496b3474 (patch)
tree71f5ad98e0f61e8108f12e9b0acb271802a3ba67
parentffec99f722b32933745e05be1a3a82e567506d36 (diff)
downloadfocaccia-qemu-26d5fa10ff9a0701bf5860e6548b9eda496b3474.tar.gz
focaccia-qemu-26d5fa10ff9a0701bf5860e6548b9eda496b3474.zip
qemu-iotests/081: Avoid blockdev-add with id
We want to remove the 'id' option for blockdev-add. This removes one
user of the option and makes it use only node names.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
-rwxr-xr-xtests/qemu-iotests/0812
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/081 b/tests/qemu-iotests/081
index d89fabcdbd..0a809f3499 100755
--- a/tests/qemu-iotests/081
+++ b/tests/qemu-iotests/081
@@ -119,7 +119,7 @@ run_qemu <<EOF
     "arguments": {
         "options": {
             "driver": "quorum",
-            "id": "drive0-quorum",
+            "node-name": "drive0-quorum",
             "vote-threshold": 2,
             "children": [
                 {