summaryrefslogtreecommitdiffstats
path: root/testcases/vIMS/CI/orchestrator.py
diff options
context:
space:
mode:
authorboucherv <valentin.boucher@orange.com>2016-01-06 17:09:51 +0100
committerboucherv <valentin.boucher@orange.com>2016-01-06 17:09:51 +0100
commitbfdf561e941f8fc4f925b026aace13989b5c3176 (patch)
treea2df6c78ae330c57f12f2fe9120484fc09782bb8 /testcases/vIMS/CI/orchestrator.py
parentd5f9c2da17a62a5402d0990fe174a7f7b971d9e0 (diff)
Bugfix: cfy teardown -f
Change-Id: I8ced2251ad4cd1cb07c856ea79faf8458d051b33 Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'testcases/vIMS/CI/orchestrator.py')
-rw-r--r--testcases/vIMS/CI/orchestrator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/vIMS/CI/orchestrator.py b/testcases/vIMS/CI/orchestrator.py
index be1c6e335..c62cba4f7 100644
--- a/testcases/vIMS/CI/orchestrator.py
+++ b/testcases/vIMS/CI/orchestrator.py
@@ -115,7 +115,7 @@ class orchestrator:
script = "source " + self.testcase_dir + "venv_cloudify/bin/activate; "
script += "cd " + self.testcase_dir + "; "
- script += "cfy teardown -f --ignore-deployments=True; "
+ script += "cfy teardown -f --ignore-deployments; "
cmd = "/bin/bash -c '" + script + "'"
execute_command(cmd, self.logger)