summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-05-18 10:14:12 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-05-18 12:45:42 +0200
commitcaaca15854440c1781ecde06f3f8e3ecc6c728ca (patch)
treec6cc518e9296d9987519d5d2abf43b15940854f0
parent62ac80c8fad09fb14f27d56663a5377948e20fce (diff)
downloadlvm2-caaca15854440c1781ecde06f3f8e3ecc6c728ca.tar.gz
tests: thin_restore not needed
Few more test which could live without thin_restore.
-rw-r--r--test/api/thin_percent.sh2
-rw-r--r--test/shell/lvconvert-thin-external.sh2
-rw-r--r--test/shell/lvconvert-thin-raid.sh2
-rw-r--r--test/shell/lvconvert-thin.sh2
4 files changed, 8 insertions, 0 deletions
diff --git a/test/api/thin_percent.sh b/test/api/thin_percent.sh
index f93bd1570..fd64e3bba 100644
--- a/test/api/thin_percent.sh
+++ b/test/api/thin_percent.sh
@@ -11,6 +11,8 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+export LVM_TEST_THIN_REPAIR_CMD=${LVM_TEST_THIN_REPAIR_CMD-/bin/false}
+
. lib/inittest
aux have_thin 1 0 0 || skip
diff --git a/test/shell/lvconvert-thin-external.sh b/test/shell/lvconvert-thin-external.sh
index b688d3ab1..eba9e36eb 100644
--- a/test/shell/lvconvert-thin-external.sh
+++ b/test/shell/lvconvert-thin-external.sh
@@ -12,6 +12,8 @@
# Test conversion to thin external origin
+export LVM_TEST_THIN_REPAIR_CMD=${LVM_TEST_THIN_REPAIR_CMD-/bin/false}
+
. lib/inittest
test -e LOCAL_LVMPOLLD && skip
diff --git a/test/shell/lvconvert-thin-raid.sh b/test/shell/lvconvert-thin-raid.sh
index 8b4052ced..bd554b202 100644
--- a/test/shell/lvconvert-thin-raid.sh
+++ b/test/shell/lvconvert-thin-raid.sh
@@ -10,6 +10,8 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+export LVM_TEST_THIN_REPAIR_CMD=${LVM_TEST_THIN_REPAIR_CMD-/bin/false}
+
. lib/inittest
test -e LOCAL_LVMPOLLD && skip
diff --git a/test/shell/lvconvert-thin.sh b/test/shell/lvconvert-thin.sh
index b83336259..8270c0ee8 100644
--- a/test/shell/lvconvert-thin.sh
+++ b/test/shell/lvconvert-thin.sh
@@ -10,6 +10,8 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+export LVM_TEST_THIN_REPAIR_CMD=${LVM_TEST_THIN_REPAIR_CMD-/bin/false}
+
. lib/inittest
test -e LOCAL_LVMPOLLD && skip