aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/184
diff options
context:
space:
mode:
authorAlberto Garcia <berto@igalia.com>2021-02-22 12:57:37 +0100
committerKevin Wolf <kwolf@redhat.com>2021-03-08 14:55:18 +0100
commitfa818b2febfc090acb9b2e69c1c2a4e4b38aee83 (patch)
tree0bfe724f05f13910833fee15db38acc52df81176 /tests/qemu-iotests/184
parent138d2931979cb7ee4a54a434a54088231f6980ff (diff)
downloadqemu-fa818b2febfc090acb9b2e69c1c2a4e4b38aee83.zip
qemu-fa818b2febfc090acb9b2e69c1c2a4e4b38aee83.tar.gz
qemu-fa818b2febfc090acb9b2e69c1c2a4e4b38aee83.tar.bz2
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>
Diffstat (limited to 'tests/qemu-iotests/184')
-rwxr-xr-xtests/qemu-iotests/18418
1 files changed, 6 insertions, 12 deletions
diff --git a/tests/qemu-iotests/184 b/tests/qemu-iotests/184
index 513d167..e4cbcd8 100755
--- a/tests/qemu-iotests/184
+++ b/tests/qemu-iotests/184
@@ -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
}
}
}