1
0
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:
Zdenek Kabelac 2024-04-05 14:25:27 +02:00
parent 6305db53c1
commit 7fbd3bac71
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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."