mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
tests: disable symlink test
It's quite unclear what the test is meant to do - disable it just like within python test.
This commit is contained in:
parent
25a66737e3
commit
6029d6d8d8
@ -1873,10 +1873,14 @@ class TestDbusService(unittest.TestCase):
|
|||||||
# when run from lvm2 testsuite. See dbustest.sh.
|
# when run from lvm2 testsuite. See dbustest.sh.
|
||||||
pv_object_path = self.objs[PV_INT][0].object_path
|
pv_object_path = self.objs[PV_INT][0].object_path
|
||||||
|
|
||||||
|
if not pv_object_path.startswith("/dev"):
|
||||||
|
std_err_print('Skipping test not running in /dev')
|
||||||
|
return
|
||||||
|
|
||||||
for i in range(0, 5):
|
for i in range(0, 5):
|
||||||
pv_object_path = self._create_nested(pv_object_path)
|
pv_object_path = self._create_nested(pv_object_path)
|
||||||
|
|
||||||
def test_pv_symlinks(self):
|
def DISABLED_test_pv_symlinks(self):
|
||||||
# Lets take one of our test PVs, pvremove it, find a symlink to it
|
# Lets take one of our test PVs, pvremove it, find a symlink to it
|
||||||
# and re-create using the symlink to ensure we return an object
|
# and re-create using the symlink to ensure we return an object
|
||||||
# path to it. Additionally, we will take the symlink and do a lookup
|
# path to it. Additionally, we will take the symlink and do a lookup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user