提交 304cc429 编写于 作者: V Vladimir Sementsov-Ogievskiy 提交者: John Snow

iotests: 169: drop deprecated 'autoload' parameter

Signed-off-by: NVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: NJohn Snow <jsnow@redhat.com>
Signed-off-by: NJohn Snow <jsnow@redhat.com>
上级 6fd2e407
...@@ -58,7 +58,6 @@ class TestDirtyBitmapMigration(iotests.QMPTestCase): ...@@ -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', {});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册