From 95f0e25601155755baf4ea1649cd241949120185 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 5 May 2016 23:14:38 +0200 Subject: [PATCH] tests: check for thin tools Test needs repair utils to be available. --- test/shell/lvconvert-repair-thin-raid.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/shell/lvconvert-repair-thin-raid.sh b/test/shell/lvconvert-repair-thin-raid.sh index a895e08d6..7afceef27 100644 --- a/test/shell/lvconvert-repair-thin-raid.sh +++ b/test/shell/lvconvert-repair-thin-raid.sh @@ -20,6 +20,15 @@ SKIP_WITH_LVMPOLLD=1 aux have_thin 1 0 0 || skip aux have_raid 1 4 0 || skip +# +# To continue this test - we need real tools available +# When they are not present mark test as skipped, but still +# let proceed initial part which should work even without tools +# +aux have_tool_at_least "$LVM_TEST_THIN_CHECK_CMD" 0 3 1 || skip +aux have_tool_at_least "$LVM_TEST_THIN_DUMP_CMD" 0 3 1 || skip +aux have_tool_at_least "$LVM_TEST_THIN_REPAIR_CMD" 0 3 1 || skip + # # Main # -- 2.43.5