summaryrefslogtreecommitdiffstats
path: root/testcases/vIMS/CI/vIMS.py
diff options
context:
space:
mode:
authorboucherv <valentin.boucher@orange.com>2016-01-12 10:55:01 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-12 10:55:01 +0000
commitfd2d6e5b9fcfdf8cffb0aa4ea27568334cb374e8 (patch)
treed57d620b9174893ced01d8b14739fa3e9e0f0cce /testcases/vIMS/CI/vIMS.py
parent5c0e095139fcc8131db0df64086edfe1d6b43a22 (diff)
parent65f24166f10f7b8ba0e53591b2c88b11388dec9c (diff)
Merge "Add timeout for cloudify-manager deployment"
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,