summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/258
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/258')
-rwxr-xr-xtests/qemu-iotests/2586
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/qemu-iotests/258 b/tests/qemu-iotests/258
index 9a2d33ae5e..a6618208a8 100755
--- a/tests/qemu-iotests/258
+++ b/tests/qemu-iotests/258
@@ -103,9 +103,9 @@ def test_concurrent_finish(write_to_stream_node):
vm.qmp_log('object-add',
qom_type='throttle-group',
id='tg',
- props={
- 'x-iops-write': 1,
- 'x-iops-write-max': 1
+ limits={
+ 'iops-write': 1,
+ 'iops-write-max': 1
})
vm.qmp_log('blockdev-add',