|
|
26ba25 |
From 09ea133ca7aedcadbd674dc8372e04a3fe5e7d33 Mon Sep 17 00:00:00 2001
|
|
|
26ba25 |
From: John Snow <jsnow@redhat.com>
|
|
|
26ba25 |
Date: Tue, 20 Nov 2018 18:18:23 +0000
|
|
|
26ba25 |
Subject: [PATCH 29/35] iotests: 169: drop deprecated 'autoload' parameter
|
|
|
26ba25 |
|
|
|
26ba25 |
RH-Author: John Snow <jsnow@redhat.com>
|
|
|
26ba25 |
Message-id: <20181120181828.15132-20-jsnow@redhat.com>
|
|
|
26ba25 |
Patchwork-id: 83075
|
|
|
26ba25 |
O-Subject: [RHEL8/rhel qemu-kvm PATCH 19/24] iotests: 169: drop deprecated 'autoload' parameter
|
|
|
26ba25 |
Bugzilla: 1518989
|
|
|
26ba25 |
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
|
|
|
26ba25 |
RH-Acked-by: Max Reitz <mreitz@redhat.com>
|
|
|
26ba25 |
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
26ba25 |
|
|
|
26ba25 |
From: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
|
|
|
26ba25 |
|
|
|
26ba25 |
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
|
|
|
26ba25 |
Reviewed-by: John Snow <jsnow@redhat.com>
|
|
|
26ba25 |
Signed-off-by: John Snow <jsnow@redhat.com>
|
|
|
26ba25 |
(cherry picked from commit 304cc429a07eb6601020212a478050ebbe87df88)
|
|
|
26ba25 |
Signed-off-by: John Snow <jsnow@redhat.com>
|
|
|
26ba25 |
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
|
|
26ba25 |
---
|
|
|
26ba25 |
tests/qemu-iotests/169 | 1 -
|
|
|
26ba25 |
1 file changed, 1 deletion(-)
|
|
|
26ba25 |
|
|
|
26ba25 |
diff --git a/tests/qemu-iotests/169 b/tests/qemu-iotests/169
|
|
|
26ba25 |
index f243db9..df408f8 100755
|
|
|
26ba25 |
--- a/tests/qemu-iotests/169
|
|
|
26ba25 |
+++ b/tests/qemu-iotests/169
|
|
|
26ba25 |
@@ -58,7 +58,6 @@ class TestDirtyBitmapMigration(iotests.QMPTestCase):
|
|
|
26ba25 |
'granularity': granularity}
|
|
|
26ba25 |
if persistent:
|
|
|
26ba25 |
params['persistent'] = True
|
|
|
26ba25 |
- params['autoload'] = True
|
|
|
26ba25 |
|
|
|
26ba25 |
result = vm.qmp('block-dirty-bitmap-add', **params)
|
|
|
26ba25 |
self.assert_qmp(result, 'return', {});
|
|
|
26ba25 |
--
|
|
|
26ba25 |
1.8.3.1
|
|
|
26ba25 |
|