42 lines
1.5 KiB
Diff
42 lines
1.5 KiB
Diff
From 09ea133ca7aedcadbd674dc8372e04a3fe5e7d33 Mon Sep 17 00:00:00 2001
|
|
From: John Snow <jsnow@redhat.com>
|
|
Date: Tue, 20 Nov 2018 18:18:23 +0000
|
|
Subject: [PATCH 29/35] iotests: 169: drop deprecated 'autoload' parameter
|
|
|
|
RH-Author: John Snow <jsnow@redhat.com>
|
|
Message-id: <20181120181828.15132-20-jsnow@redhat.com>
|
|
Patchwork-id: 83075
|
|
O-Subject: [RHEL8/rhel qemu-kvm PATCH 19/24] iotests: 169: drop deprecated 'autoload' parameter
|
|
Bugzilla: 1518989
|
|
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
|
|
RH-Acked-by: Max Reitz <mreitz@redhat.com>
|
|
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
|
From: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
|
|
|
|
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
|
|
Reviewed-by: John Snow <jsnow@redhat.com>
|
|
Signed-off-by: John Snow <jsnow@redhat.com>
|
|
(cherry picked from commit 304cc429a07eb6601020212a478050ebbe87df88)
|
|
Signed-off-by: John Snow <jsnow@redhat.com>
|
|
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
|
---
|
|
tests/qemu-iotests/169 | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/tests/qemu-iotests/169 b/tests/qemu-iotests/169
|
|
index f243db9..df408f8 100755
|
|
--- 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', {});
|
|
--
|
|
1.8.3.1
|
|
|