|
|
619821 |
From 17c2dbd411ce0b2221b5559c3c0eff01920dea40 Mon Sep 17 00:00:00 2001
|
|
|
619821 |
From: Max Reitz <mreitz@redhat.com>
|
|
|
619821 |
Date: Mon, 13 Mar 2017 17:47:19 +0100
|
|
|
619821 |
Subject: [PATCH 18/24] qemu-iotests: Disable 030, 040, 041
|
|
|
619821 |
|
|
|
619821 |
RH-Author: Max Reitz <mreitz@redhat.com>
|
|
|
619821 |
Message-id: <20170313174719.29543-1-mreitz@redhat.com>
|
|
|
619821 |
Patchwork-id: 74280
|
|
|
619821 |
O-Subject: [RHEL-7.4 qemu-kvm PATCH 9/9] qemu-iotests: Disable 030, 040, 041
|
|
|
619821 |
Bugzilla: 1427176
|
|
|
619821 |
RH-Acked-by: Fam Zheng <famz@redhat.com>
|
|
|
619821 |
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
619821 |
RH-Acked-by: Kevin Wolf <kwolf@redhat.com>
|
|
|
619821 |
|
|
|
619821 |
Upstream: N/A
|
|
|
619821 |
|
|
|
619821 |
All of these tests require (and test) live block operations, 030 and 041
|
|
|
619821 |
also need blkdebug support. Both of these features are disabled
|
|
|
619821 |
downstream, so the tests need to be disabled, too.
|
|
|
619821 |
|
|
|
619821 |
Signed-off-by: Max Reitz <mreitz@redhat.com>
|
|
|
619821 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
619821 |
---
|
|
|
619821 |
tests/qemu-iotests/group | 6 +++---
|
|
|
619821 |
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
619821 |
|
|
|
619821 |
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group
|
|
|
619821 |
index 58b3d05..c1fc89d 100644
|
|
|
619821 |
--- a/tests/qemu-iotests/group
|
|
|
619821 |
+++ b/tests/qemu-iotests/group
|
|
|
619821 |
@@ -36,7 +36,7 @@
|
|
|
619821 |
027 rw auto quick
|
|
|
619821 |
028 rw backing auto
|
|
|
619821 |
029 rw auto quick
|
|
|
619821 |
-030 rw auto backing
|
|
|
619821 |
+# 030 rw auto backing -- requires blkdebug and block jobs
|
|
|
619821 |
031 rw auto quick
|
|
|
619821 |
032 rw auto
|
|
|
619821 |
033 rw auto quick
|
|
|
619821 |
@@ -46,8 +46,8 @@
|
|
|
619821 |
037 rw auto backing
|
|
|
619821 |
038 rw auto backing
|
|
|
619821 |
039 rw auto
|
|
|
619821 |
-040 rw auto
|
|
|
619821 |
-041 rw auto backing
|
|
|
619821 |
+# 040 rw auto -- requires block jobs
|
|
|
619821 |
+# 041 rw auto backing -- requires blkdebug and block jobs
|
|
|
619821 |
042 rw auto quick
|
|
|
619821 |
043 rw auto backing
|
|
|
619821 |
044 rw auto
|
|
|
619821 |
--
|
|
|
619821 |
1.8.3.1
|
|
|
619821 |
|