]> Git Repo - qemu.git/commitdiff
iotests: 169: drop deprecated 'autoload' parameter
authorVladimir Sementsov-Ogievskiy <[email protected]>
Mon, 29 Oct 2018 20:23:15 +0000 (16:23 -0400)
committerJohn Snow <[email protected]>
Mon, 29 Oct 2018 20:23:15 +0000 (16:23 -0400)
Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Reviewed-by: John Snow <[email protected]>
Signed-off-by: John Snow <[email protected]>
tests/qemu-iotests/169

index f243db9955a8a99d378916afd70a809b08dca74d..df408f8367dead65294d53ff9510a9cffa96c9f3 100755 (executable)
@@ -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', {});
This page took 0.028929 seconds and 4 git commands to generate.