projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd2e40
)
iotests: 169: drop deprecated 'autoload' parameter
author
Vladimir Sementsov-Ogievskiy
<vsementsov@virtuozzo.com>
Mon, 29 Oct 2018 20:23:15 +0000
(16:23 -0400)
committer
John Snow
<jsnow@redhat.com>
Mon, 29 Oct 2018 20:23:15 +0000
(16:23 -0400)
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
tests/qemu-iotests/169
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/169
b/tests/qemu-iotests/169
index f243db9955a8a99d378916afd70a809b08dca74d..df408f8367dead65294d53ff9510a9cffa96c9f3 100755
(executable)
--- a/
tests/qemu-iotests/169
+++ b/
tests/qemu-iotests/169
@@
-58,7
+58,6
@@
class TestDirtyBitmapMigration(iotests.QMPTestCase):
'granularity': granularity}
if persistent:
params['persistent'] = True
- params['autoload'] = True
result = vm.qmp('block-dirty-bitmap-add', **params)
self.assert_qmp(result, 'return', {});