Blame SOURCES/0007-tests-regressions-remove-iface-based-restrictions.patch

65aaff
From 431ca828e9f7d7a6c7e315b410f381304986ba44 Mon Sep 17 00:00:00 2001
65aaff
From: Laszlo Ersek <lersek@redhat.com>
65aaff
Date: Wed, 4 May 2022 15:41:55 +0200
65aaff
Subject: [PATCH] tests/regressions: remove "iface"-based restrictions
65aaff
65aaff
Now that "iface" is ignored by both backends, the regression tests for
65aaff
RHBZ 690819 and 975797 can be enabled on all arches (regardless of
65aaff
backend).
65aaff
65aaff
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1844341
65aaff
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
65aaff
Message-Id: <20220504134155.11832-5-lersek@redhat.com>
65aaff
Reviewed-by: Richard W.M. Jones <rjones@redhat.com>
65aaff
(cherry picked from commit ddf276884c04418a32902689cf8fc3506be3ca4b)
65aaff
---
65aaff
 tests/regressions/rhbz690819.sh | 10 +++-------
65aaff
 tests/regressions/rhbz975797.sh | 10 +++-------
65aaff
 2 files changed, 6 insertions(+), 14 deletions(-)
65aaff
65aaff
diff --git a/tests/regressions/rhbz690819.sh b/tests/regressions/rhbz690819.sh
65aaff
index e6f61d00d..9e1bcda84 100755
65aaff
--- a/tests/regressions/rhbz690819.sh
65aaff
+++ b/tests/regressions/rhbz690819.sh
65aaff
@@ -19,18 +19,14 @@
65aaff
 # https://bugzilla.redhat.com/show_bug.cgi?id=690819
65aaff
 # mkfs fails creating a filesytem on a disk device when using a disk
65aaff
 # with 'ide' interface
65aaff
+#
65aaff
+# The 'iface' parameter is now ignored:
65aaff
+# https://bugzilla.redhat.com/show_bug.cgi?id=1844341
65aaff
 
65aaff
 set -e
65aaff
 
65aaff
 $TEST_FUNCTIONS
65aaff
 skip_if_skipped
65aaff
-# These architectures don't support the 'ide' interface.
65aaff
-skip_if_arch arm
65aaff
-skip_if_arch aarch64
65aaff
-skip_if_arch ppc64
65aaff
-skip_if_arch ppc64le
65aaff
-skip_if_arch s390x
65aaff
-skip_if_backend libvirt
65aaff
 
65aaff
 rm -f rhbz690819.img
65aaff
 
65aaff
diff --git a/tests/regressions/rhbz975797.sh b/tests/regressions/rhbz975797.sh
65aaff
index c676abfa3..feecf1f2b 100755
65aaff
--- a/tests/regressions/rhbz975797.sh
65aaff
+++ b/tests/regressions/rhbz975797.sh
65aaff
@@ -19,18 +19,14 @@
65aaff
 # Regression test for:
65aaff
 # https://bugzilla.redhat.com/show_bug.cgi?id=975797
65aaff
 # Ensure the appliance doesn't hang when using the 'iface' parameter.
65aaff
+#
65aaff
+# The 'iface' parameter is now ignored:
65aaff
+# https://bugzilla.redhat.com/show_bug.cgi?id=1844341
65aaff
 
65aaff
 set -e
65aaff
 
65aaff
 $TEST_FUNCTIONS
65aaff
 skip_if_skipped
65aaff
-# These architectures don't support the 'ide' interface.
65aaff
-skip_if_arch arm
65aaff
-skip_if_arch aarch64
65aaff
-skip_if_arch ppc64
65aaff
-skip_if_arch ppc64le
65aaff
-skip_if_arch s390x
65aaff
-skip_if_backend libvirt
65aaff
 
65aaff
 rm -f rhbz975797-*.img
65aaff
 
65aaff
-- 
65aaff
2.31.1
65aaff