From: Nikolas Hermanns Date: Tue, 13 Dec 2016 15:44:21 +0000 (+0100) Subject: Bugfix " in the environment part-2 X-Git-Tag: danube.2.RC1~55 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f36cbe3c9f38b0ac2f49d454939653cce3b2a157;p=sdnvpn.git Bugfix " in the environment part-2 Change-Id: I96aedc1b9535634a52deb10c56ab093ce4f754b3 Signed-off-by: Nikolas Hermanns --- 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