aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/283
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/283')
-rw-r--r--tests/qemu-iotests/2836
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/qemu-iotests/283 b/tests/qemu-iotests/283
index 293e557bd9..a82e3c8164 100644
--- a/tests/qemu-iotests/283
+++ b/tests/qemu-iotests/283
@@ -72,7 +72,11 @@ to check that crash is fixed :)
vm = iotests.VM()
vm.launch()
-vm.qmp_log('blockdev-add', **{'node-name': 'target', 'driver': 'null-co'})
+vm.qmp_log('blockdev-add', **{
+ 'node-name': 'target',
+ 'driver': 'null-co',
+ 'size': size,
+})
vm.qmp_log('blockdev-add', **{
'node-name': 'source',