search for: skip_if_arch

Displaying 2 results from an estimated 2 matches for "skip_if_arch".

2017 May 17
0
[PATCH] s390x: tests: regressions: Skip IDE tests on S/390.
...hbz690819.sh | 1 + tests/regressions/rhbz975797.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/regressions/rhbz690819.sh b/tests/regressions/rhbz690819.sh index d18b4d81a..0b790862d 100755 --- a/tests/regressions/rhbz690819.sh +++ b/tests/regressions/rhbz690819.sh @@ -29,6 +29,7 @@ skip_if_arch arm skip_if_arch aarch64 skip_if_arch ppc64 skip_if_arch ppc64le +skip_if_arch s390x skip_if_backend libvirt # UML doesn't support the 'iface' parameter. skip_if_backend uml diff --git a/tests/regressions/rhbz975797.sh b/tests/regressions/rhbz975797.sh index bc6a1c63f..04e8d23de 1...
2017 Feb 20
3
[PATCH 0/3] tests: Define common test functions.
Previously I posted a work-in-progress preview of this patch series: https://www.redhat.com/archives/libguestfs/2017-February/msg00224.html This is the finished version that updates all of the shell-script based tests. It passes 'make check', 'make check-direct' and 'make check-slow'. Rich.