* main - tests: skip vgchange-pvs-online.sh on rhel5
@ 2022-02-15 21:57 David Teigland
0 siblings, 0 replies; only message in thread
From: David Teigland @ 2022-02-15 21:57 UTC (permalink / raw)
To: lvm-devel
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=6626adb46789e329a53242822dc6e9d233320adb
Commit: 6626adb46789e329a53242822dc6e9d233320adb
Parent: d59382c772483d3c09b4fcff90c01d81742feac6
Author: David Teigland <teigland@redhat.com>
AuthorDate: Tue Feb 15 15:56:01 2022 -0600
Committer: David Teigland <teigland@redhat.com>
CommitterDate: Tue Feb 15 15:56:46 2022 -0600
tests: skip vgchange-pvs-online.sh on rhel5
the /dev/mapper/ paths to test devices don't seem to work there
---
test/shell/vgchange-pvs-online.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/test/shell/vgchange-pvs-online.sh b/test/shell/vgchange-pvs-online.sh
index ced03f4da..9bcf70e4b 100644
--- a/test/shell/vgchange-pvs-online.sh
+++ b/test/shell/vgchange-pvs-online.sh
@@ -19,6 +19,9 @@ _clear_online_files() {
aux prepare_devs 4
+# skip rhel5 which doesn't seem to have /dev/mapper/LVMTESTpv1
+aux driver_at_least 4 15 || skip
+
DFDIR="$LVM_SYSTEM_DIR/devices"
mkdir -p "$DFDIR" || true
DF="$DFDIR/system.devices"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-02-15 21:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-15 21:57 main - tests: skip vgchange-pvs-online.sh on rhel5 David Teigland
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.