lvm-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* main - tests: Skip integrity tests if target not present
@ 2023-06-14 11:50 Marian Csontos
  0 siblings, 0 replies; only message in thread
From: Marian Csontos @ 2023-06-14 11:50 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=f0b48a23d9d8b5d858be1772ea5c9083d235b3b3
Commit:        f0b48a23d9d8b5d858be1772ea5c9083d235b3b3
Parent:        4cf005d3959fdee5f78948164f22a0f0aff25173
Author:        Marian Csontos <mcsontos@redhat.com>
AuthorDate:    Wed Jun 14 13:48:51 2023 +0200
Committer:     Marian Csontos <mcsontos@redhat.com>
CommitterDate: Wed Jun 14 13:48:51 2023 +0200

tests: Skip integrity tests if target not present

---
 test/shell/snapshot-raid.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/shell/snapshot-raid.sh b/test/shell/snapshot-raid.sh
index 757bf911e..7b045d79e 100644
--- a/test/shell/snapshot-raid.sh
+++ b/test/shell/snapshot-raid.sh
@@ -348,6 +348,9 @@ test_extend_snap
 test_fill_snap
 lvremove -y $vg/$lv1
 
+# INTEGRITY TESTS FOLLOWING:
+if aux have_integrity 1 5 0; then
+
 lvcreate --type raid1 -m1 --raidintegrity y -n $lv1 -L128M $vg "$dev1" "$dev2"
 _wait_sync $vg/${lv1}_rimage_0
 _wait_sync $vg/${lv1}_rimage_1
@@ -437,5 +440,7 @@ umount "$mount_dir"
 lvremove -y $vg/snap
 lvremove -y $vg/$lv1
 
+fi # INTEGRITY TESTS SKIPPED
+
 vgremove -ff $vg
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-14 11:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-14 11:50 main - tests: Skip integrity tests if target not present Marian Csontos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).