提交 ffec99f7 编写于 作者: K Kevin Wolf

qemu-iotests/071: 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: NKevin Wolf <kwolf@redhat.com>
Reviewed-by: NEric Blake <eblake@redhat.com>
上级 522ce4ec
...@@ -118,7 +118,7 @@ run_qemu <<EOF ...@@ -118,7 +118,7 @@ run_qemu <<EOF
"arguments": { "arguments": {
"options": { "options": {
"driver": "$IMGFMT", "driver": "$IMGFMT",
"id": "drive0-debug", "node-name": "drive0-debug",
"file": { "file": {
"driver": "blkdebug", "driver": "blkdebug",
"image": "drive0", "image": "drive0",
...@@ -159,7 +159,7 @@ run_qemu <<EOF ...@@ -159,7 +159,7 @@ run_qemu <<EOF
"arguments": { "arguments": {
"options": { "options": {
"driver": "blkverify", "driver": "blkverify",
"id": "drive0-verify", "node-name": "drive0-verify",
"test": "drive0", "test": "drive0",
"raw": { "raw": {
"driver": "file", "driver": "file",
...@@ -195,7 +195,7 @@ run_qemu <<EOF ...@@ -195,7 +195,7 @@ run_qemu <<EOF
"arguments": { "arguments": {
"options": { "options": {
"driver": "blkverify", "driver": "blkverify",
"id": "drive0-verify", "node-name": "drive0-verify",
"test": { "test": {
"driver": "$IMGFMT", "driver": "$IMGFMT",
"file": { "file": {
...@@ -234,7 +234,7 @@ run_qemu <<EOF ...@@ -234,7 +234,7 @@ run_qemu <<EOF
"arguments": { "arguments": {
"options": { "options": {
"driver": "$IMGFMT", "driver": "$IMGFMT",
"id": "drive0-debug", "node-name": "drive0-debug",
"file": { "file": {
"driver": "blkdebug", "driver": "blkdebug",
"image": "drive0", "image": "drive0",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册