Blame SOURCES/kvm-iotests-169-drop-deprecated-autoload-parameter.patch

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