]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qemu-iotests/165
block: maintain persistent disabled bitmaps
[mirror_qemu.git] / tests / qemu-iotests / 165
index a3932db3de0e99b66e6ea1c7eb24fe2f728aaec9..2936929627d889d4b1fc60b845430be842645302 100755 (executable)
@@ -64,7 +64,7 @@ class TestPersistentDirtyBitmap(iotests.QMPTestCase):
 
     def qmpAddBitmap(self):
         self.vm.qmp('block-dirty-bitmap-add', node='drive0',
-                    name='bitmap0', persistent=True, autoload=True)
+                    name='bitmap0', persistent=True)
 
     def test_persistent(self):
         self.vm = self.mkVm()