mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user