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

7711c0
From 4b6af7c190fb1366d5c7f43fdfe39fddc2465e89 Mon Sep 17 00:00:00 2001
7711c0
From: John Snow <jsnow@redhat.com>
7711c0
Date: Wed, 6 Feb 2019 22:12:38 +0100
7711c0
Subject: [PATCH 28/33] iotests: 169: drop deprecated 'autoload' parameter
7711c0
7711c0
RH-Author: John Snow <jsnow@redhat.com>
7711c0
Message-id: <20190206221243.7407-19-jsnow@redhat.com>
7711c0
Patchwork-id: 84276
7711c0
O-Subject: [RHEL-7.7 qemu-kvm-rhev PATCH v2 18/23] iotests: 169: drop deprecated 'autoload' parameter
7711c0
Bugzilla: 1658343
7711c0
RH-Acked-by: Thomas Huth <thuth@redhat.com>
7711c0
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
7711c0
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
7711c0
7711c0
From: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
7711c0
7711c0
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
7711c0
Reviewed-by: John Snow <jsnow@redhat.com>
7711c0
Signed-off-by: John Snow <jsnow@redhat.com>
7711c0
(cherry picked from commit 304cc429a07eb6601020212a478050ebbe87df88)
7711c0
Signed-off-by: John Snow <jsnow@redhat.com>
7711c0
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
7711c0
---
7711c0
 tests/qemu-iotests/169 | 1 -
7711c0
 1 file changed, 1 deletion(-)
7711c0
7711c0
diff --git a/tests/qemu-iotests/169 b/tests/qemu-iotests/169
7711c0
index f243db9..df408f8 100755
7711c0
--- a/tests/qemu-iotests/169
7711c0
+++ b/tests/qemu-iotests/169
7711c0
@@ -58,7 +58,6 @@ class TestDirtyBitmapMigration(iotests.QMPTestCase):
7711c0
                   'granularity': granularity}
7711c0
         if persistent:
7711c0
             params['persistent'] = True
7711c0
-            params['autoload'] = True
7711c0
 
7711c0
         result = vm.qmp('block-dirty-bitmap-add', **params)
7711c0
         self.assert_qmp(result, 'return', {});
7711c0
-- 
7711c0
1.8.3.1
7711c0