aboutsummaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
authorboucherv <valentin.boucher@orange.com>2016-09-01 15:04:42 +0200
committerboucherv <valentin.boucher@orange.com>2016-09-01 15:04:42 +0200
commit26f493bf3bb06a0ceb959294397ff653b92da202 (patch)
tree8735f1e602a8480f4144d09a7ac838e47cff91a9 /testcases
parent470f573a3ac2eb1783efec6da01a3bee33360c65 (diff)
Fix some bugs
Change-Id: Iaf0859775933ba09cbbe170af3ce4ed1e6d3e9a1 Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'testcases')
-rw-r--r--testcases/vnf/vIMS/orchestrator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/vnf/vIMS/orchestrator.py b/testcases/vnf/vIMS/orchestrator.py
index 3e5117ff..61157a4f 100644
--- a/testcases/vnf/vIMS/orchestrator.py
+++ b/testcases/vnf/vIMS/orchestrator.py
@@ -188,7 +188,7 @@ class orchestrator:
except:
self.logger.error("Clearwater undeployment failed")
- def _download_blueprints(blueprint_url, branch, dest_path):
+ def _download_blueprints(self, blueprint_url, branch, dest_path):
if os.path.exists(dest_path):
shutil.rmtree(dest_path)
try: