[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH 06/11] qemu-iotests/117: Avoid blockdev-add with id
From: |
Kevin Wolf |
Subject: |
[Qemu-block] [PATCH 06/11] qemu-iotests/117: Avoid blockdev-add with id |
Date: |
Tue, 23 Aug 2016 19:01:14 +0200 |
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 <address@hidden>
---
tests/qemu-iotests/117 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/qemu-iotests/117 b/tests/qemu-iotests/117
index 9385b3f..5b28039 100755
--- a/tests/qemu-iotests/117
+++ b/tests/qemu-iotests/117
@@ -52,14 +52,14 @@ _send_qemu_cmd $QEMU_HANDLE \
_send_qemu_cmd $QEMU_HANDLE \
"{ 'execute': 'blockdev-add',
- 'arguments': { 'options': { 'id': 'protocol',
+ 'arguments': { 'options': { 'node-name': 'protocol',
'driver': 'file',
'filename': '$TEST_IMG' } } }" \
'return'
_send_qemu_cmd $QEMU_HANDLE \
"{ 'execute': 'blockdev-add',
- 'arguments': { 'options': { 'id': 'format',
+ 'arguments': { 'options': { 'node-name': 'format',
'driver': '$IMGFMT',
'file': 'protocol' } } }" \
'return'
--
1.8.3.1
- [Qemu-block] [PATCH 00/11] block: Remove BB interface from blockdev-add/del, Kevin Wolf, 2016/08/23
- [Qemu-block] [PATCH 01/11] qemu-iotests/041: Avoid blockdev-add with id, Kevin Wolf, 2016/08/23
- [Qemu-block] [PATCH 05/11] qemu-iotests/087: Avoid blockdev-add with id, Kevin Wolf, 2016/08/23
- [Qemu-block] [PATCH 04/11] qemu-iotests/081: Avoid blockdev-add with id, Kevin Wolf, 2016/08/23
- [Qemu-block] [PATCH 07/11] qemu-iotests/118: Avoid blockdev-add with id, Kevin Wolf, 2016/08/23
- [Qemu-block] [PATCH 03/11] qemu-iotests/071: Avoid blockdev-add with id, Kevin Wolf, 2016/08/23
- [Qemu-block] [PATCH 02/11] qemu-iotests/067: Avoid blockdev-add with id, Kevin Wolf, 2016/08/23
- [Qemu-block] [PATCH 06/11] qemu-iotests/117: Avoid blockdev-add with id,
Kevin Wolf <=
- [Qemu-block] [PATCH 08/11] qemu-iotests/124: Avoid blockdev-add with id, Kevin Wolf, 2016/08/23
- [Qemu-block] [PATCH 09/11] qemu-iotests/139: Avoid blockdev-add with id, Kevin Wolf, 2016/08/23
- [Qemu-block] [PATCH 11/11] block: Remove BB interface from blockdev-add/del, Kevin Wolf, 2016/08/23
- [Qemu-block] [PATCH 10/11] qemu-iotests/141: Avoid blockdev-add with id, Kevin Wolf, 2016/08/23