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