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

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