mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
tests: skip convertions tests for usptream driver
This commit is contained in:
parent
6305db53c1
commit
7fbd3bac71
@ -47,6 +47,9 @@ export MKE2FS_CONFIG="$TESTDIR/lib/mke2fs.conf"
|
||||
# Conversion can be made with this version of vdo driver
|
||||
aux have_vdo 6 2 3 || skip
|
||||
|
||||
# With new upstream VDO conversion is not supported
|
||||
aux have_vdo 9 0 0 && skip
|
||||
|
||||
aux prepare_devs 2 20000
|
||||
|
||||
aux extend_filter_LVMTEST
|
||||
|
@ -28,6 +28,9 @@ export DM_UUID_PREFIX=$PREFIX
|
||||
# Conversion can be made with this version of vdo driver
|
||||
aux have_vdo 6 2 3 || skip
|
||||
|
||||
# With new upstream VDO conversion is not supported
|
||||
aux have_vdo 9 0 0 && skip
|
||||
|
||||
if not which vdo ; then
|
||||
which lvm_vdo_wrapper || skip "Missing 'lvm_vdo_wrapper'."
|
||||
which oldvdoformat || skip "Emulation of vdo manager 'oldvdoformat' missing."
|
||||
|
Loading…
Reference in New Issue
Block a user