mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
tests: use proper LVMTEST prefix for VG name
Cleaner needs prefix to do its jobs and clean any left VG from python test as well.
This commit is contained in:
parent
1e80265c36
commit
74e6135c4f
@ -103,7 +103,7 @@ class AllowedPVS(object):
|
||||
|
||||
class TestLvm(unittest.TestCase):
|
||||
|
||||
VG_P = 'py_unit_test_'
|
||||
VG_P = os.environ.get('PREFIX')
|
||||
|
||||
@staticmethod
|
||||
def _get_pv_device_names():
|
||||
|
Loading…
Reference in New Issue
Block a user