Skip to content

Commit

Permalink
tests: Check for dm-vdo kernel module instead of kvdo
Browse files Browse the repository at this point in the history
Now supporting only the upstream kernel module present since 6.9.
  • Loading branch information
vojtechtrefny committed Jul 4, 2024
1 parent 26887b4 commit 55839b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/dbus-tests/test_20_LVM.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ class UdisksLVMVDOTest(UDisksLVMTestBase):
def setUpClass(cls):
UDisksLVMTestBase.setUpClass()

if not cls.module_available("kvdo"):
if not cls.module_available("dm-vdo"):
udiskstestcase.UdisksTestCase.tearDownClass()
raise unittest.SkipTest('VDO kernel module not available, skipping.')

Expand Down

0 comments on commit 55839b1

Please sign in to comment.