summaryrefslogtreecommitdiffstats
path: root/testcases/vIMS/CI/vIMS.py
diff options
context:
space:
mode:
authorboucherv <valentin.boucher@orange.com>2016-01-12 10:51:42 +0100
committervalentin boucher <valentin.boucher@orange.com>2016-01-12 10:55:31 +0000
commit7e5a307be4ac82a8f7a91c4d2345cdc29d1bf817 (patch)
tree6852ad331f357e3ecd926acc7200fdfe43bd43d8 /testcases/vIMS/CI/vIMS.py
parent0f4828114b80b9077d451692843847dd692f94b9 (diff)
Add timeout for cloudify-manager deployment
FUNCTEST-122 Change-Id: I837b286fa83eb0b6d18749d1070198ed6b653ba1 Signed-off-by: boucherv <valentin.boucher@orange.com> (cherry picked from commit 65f24166f10f7b8ba0e53591b2c88b11388dec9c)
Diffstat (limited to 'testcases/vIMS/CI/vIMS.py')
-rw-r--r--testcases/vIMS/CI/vIMS.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testcases/vIMS/CI/vIMS.py b/testcases/vIMS/CI/vIMS.py
index 94679f02a..98cc009cf 100644
--- a/testcases/vIMS/CI/vIMS.py
+++ b/testcases/vIMS/CI/vIMS.py
@@ -148,7 +148,6 @@ def test_clearwater():
CW_INPUTS["public_domain"] + '] SIGNUP_CODE="secret"'
cmd = "/bin/bash -c '" + script + "'"
- print cmd
output_file = "output.txt"
f = open(output_file, 'w+')
p = subprocess.call(cmd, shell=True, stdout=f,