From bfdf561e941f8fc4f925b026aace13989b5c3176 Mon Sep 17 00:00:00 2001 From: boucherv Date: Wed, 6 Jan 2016 17:09:51 +0100 Subject: Bugfix: cfy teardown -f Change-Id: I8ced2251ad4cd1cb07c856ea79faf8458d051b33 Signed-off-by: boucherv --- testcases/vIMS/CI/orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testcases/vIMS/CI/orchestrator.py') 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) -- cgit 1.2.3-korg