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