Merge "Refactoring of args and parser variable in ci/run_tests, prepare_env"
[functest.git] / functest / opnfv_tests / vnf / ims / orchestrator.py
index 5f84df0..f3838f8 100644 (file)
@@ -138,8 +138,8 @@ class Orchestrator:
                                              bp_name, dep_name):
         self.logger.info("Downloading the {0} blueprint".format(
             blueprint['file_name']))
-        destination_folder = self.testcase_dir + \
-            blueprint['destination_folder']
+        destination_folder = os.path.join(self.testcase_dir,
+                                          blueprint['destination_folder'])
         download_result = self._download_blueprints(blueprint['url'],
                                                     blueprint['branch'],
                                                     destination_folder)