From f36cbe3c9f38b0ac2f49d454939653cce3b2a157 Mon Sep 17 00:00:00 2001 From: Nikolas Hermanns Date: Tue, 13 Dec 2016 16:44:21 +0100 Subject: Bugfix " in the environment part-2 Change-Id: I96aedc1b9535634a52deb10c56ab093ce4f754b3 Signed-off-by: Nikolas Hermanns --- odl-pipeline/lib/test_environment/test_environment.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odl-pipeline/lib') diff --git a/odl-pipeline/lib/test_environment/test_environment.py b/odl-pipeline/lib/test_environment/test_environment.py index d4894a9..cfa55a0 100755 --- a/odl-pipeline/lib/test_environment/test_environment.py +++ b/odl-pipeline/lib/test_environment/test_environment.py @@ -17,8 +17,9 @@ class TestEnvironment(Service): BRIGES = ['admin', 'private', 'public', 'storage'] def run(self, sys_args, config): - self.BUILD_DIR = '../build/apex-%s' % sys_args.env_number self.env = str(sys_args.env_number).replace('"', '') + self.BUILD_DIR = '../build/apex-%s' % self.env + self.cleanup() if sys_args.cleanup: return -- cgit 1.2.3-korg