From 7fbd3bac71dd3430b5edbacaa89b52b36c86850c Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 5 Apr 2024 14:25:27 +0200 Subject: [PATCH] tests: skip convertions tests for usptream driver --- test/shell/vdo-convert.sh | 3 +++ test/shell/vdo-scsi-convert.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/test/shell/vdo-convert.sh b/test/shell/vdo-convert.sh index 8e4ae481e..1bf2266cb 100644 --- a/test/shell/vdo-convert.sh +++ b/test/shell/vdo-convert.sh @@ -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 diff --git a/test/shell/vdo-scsi-convert.sh b/test/shell/vdo-scsi-convert.sh index d0ba0459f..8bd123050 100644 --- a/test/shell/vdo-scsi-convert.sh +++ b/test/shell/vdo-scsi-convert.sh @@ -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."