mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
iotests: Drop deprecated 'props' from object-add
Signed-off-by: Alberto Garcia <berto@igalia.com> Message-Id: <20210222115737.2993-1-berto@igalia.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
138d293197
commit
fa818b2feb
9 changed files with 19 additions and 29 deletions
|
@ -67,10 +67,8 @@ run_qemu <<EOF
|
|||
"arguments": {
|
||||
"qom-type": "throttle-group",
|
||||
"id": "group0",
|
||||
"props": {
|
||||
"limits" : {
|
||||
"iops-total": 1000
|
||||
}
|
||||
"limits" : {
|
||||
"iops-total": 1000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -96,10 +94,8 @@ run_qemu <<EOF
|
|||
"arguments": {
|
||||
"qom-type": "throttle-group",
|
||||
"id": "group0",
|
||||
"props" : {
|
||||
"limits": {
|
||||
"iops-total": 1000
|
||||
}
|
||||
"limits": {
|
||||
"iops-total": 1000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -136,10 +132,8 @@ run_qemu <<EOF
|
|||
"arguments": {
|
||||
"qom-type": "throttle-group",
|
||||
"id": "group0",
|
||||
"props" : {
|
||||
"limits": {
|
||||
"iops-total": 1000
|
||||
}
|
||||
"limits": {
|
||||
"iops-total": 1000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue