mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
lvmdbustest.py: Remove un-used variable
Not needed with new validation function.
This commit is contained in:
parent
7b0371e74e
commit
26ca308ba9
@ -483,7 +483,6 @@ class TestDbusService(unittest.TestCase):
|
|||||||
(vg, thin_pool) = self._create_raid5_thin_pool()
|
(vg, thin_pool) = self._create_raid5_thin_pool()
|
||||||
|
|
||||||
vg_name_start = vg.Name
|
vg_name_start = vg.Name
|
||||||
mgr = self.objs[MANAGER_INT][0].Manager
|
|
||||||
|
|
||||||
# noinspection PyTypeChecker
|
# noinspection PyTypeChecker
|
||||||
self._verify_hidden_lookups(thin_pool.LvCommon, vg_name_start)
|
self._verify_hidden_lookups(thin_pool.LvCommon, vg_name_start)
|
||||||
|
Loading…
Reference in New Issue
Block a user