mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-23 18:12:00 -06:00
iotests: 169: drop deprecated 'autoload' parameter
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
6fd2e40789
commit
304cc429a0
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ class TestDirtyBitmapMigration(iotests.QMPTestCase):
|
||||||
'granularity': granularity}
|
'granularity': granularity}
|
||||||
if persistent:
|
if persistent:
|
||||||
params['persistent'] = True
|
params['persistent'] = True
|
||||||
params['autoload'] = True
|
|
||||||
|
|
||||||
result = vm.qmp('block-dirty-bitmap-add', **params)
|
result = vm.qmp('block-dirty-bitmap-add', **params)
|
||||||
self.assert_qmp(result, 'return', {});
|
self.assert_qmp(result, 'return', {});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue