aboutsummaryrefslogtreecommitdiff
path: root/tests
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 /tests
parentffec99f722b32933745e05be1a3a82e567506d36 (diff)
downloadqemu-26d5fa10ff9a0701bf5860e6548b9eda496b3474.zip
qemu-26d5fa10ff9a0701bf5860e6548b9eda496b3474.tar.gz
qemu-26d5fa10ff9a0701bf5860e6548b9eda496b3474.tar.bz2
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>
Diffstat (limited to 'tests')
-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 d89fabc..0a809f3 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": [
{