From 74e6135c4f06f922672a057e7c47f513e84d035d Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 24 Nov 2014 00:44:43 +0100 Subject: [PATCH] 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. --- test/api/python_lvm_unit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/python_lvm_unit.py b/test/api/python_lvm_unit.py index c33877512..2f22fae23 100755 --- a/test/api/python_lvm_unit.py +++ b/test/api/python_lvm_unit.py @@ -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():