diff options
author | boucherv <valentin.boucher@orange.com> | 2016-01-06 17:09:51 +0100 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2016-01-06 17:09:51 +0100 |
commit | bfdf561e941f8fc4f925b026aace13989b5c3176 (patch) | |
tree | a2df6c78ae330c57f12f2fe9120484fc09782bb8 /testcases/vIMS/CI/orchestrator.py | |
parent | d5f9c2da17a62a5402d0990fe174a7f7b971d9e0 (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.py | 2 |
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) |