1
0
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:
Zdenek Kabelac 2014-11-24 00:44:43 +01:00
parent 1e80265c36
commit 74e6135c4f

View File

@ -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():