1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

tests: more limits for python test

It will be most probably more problem with
incomplete initialization of lvm.conf settings
when lvm2app is in use.

Skip cluster & lvmetad test for now.
This commit is contained in:
Zdenek Kabelac 2013-12-06 10:37:49 +01:00
parent f460d6d9b5
commit 2b3adf4eea

View File

@ -21,6 +21,8 @@
# thus it needs dmeventd
#
aux prepare_dmeventd
test ! -e LOCAL_CLVMD || skip
test ! -e LOCAL_LVMETAD || skip
#If you change this change the unit test case too.
aux prepare_pvs 6
@ -29,7 +31,7 @@ aux prepare_pvs 6
python_lib=$(find $abs_top_builddir -name lvm.so)
# Unable to test python bindings if library not available
test -z "$python_lib" && skip
test -n "$python_lib" || skip
export PYTHONPATH=$(dirname $python_lib):$PYTHONPATH