diff options
author | boucherv <valentin.boucher@orange.com> | 2016-01-12 10:55:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-12 10:55:01 +0000 |
commit | fd2d6e5b9fcfdf8cffb0aa4ea27568334cb374e8 (patch) | |
tree | d57d620b9174893ced01d8b14739fa3e9e0f0cce /testcases/vIMS/CI/vIMS.py | |
parent | 5c0e095139fcc8131db0df64086edfe1d6b43a22 (diff) | |
parent | 65f24166f10f7b8ba0e53591b2c88b11388dec9c (diff) |
Merge "Add timeout for cloudify-manager deployment"
Diffstat (limited to 'testcases/vIMS/CI/vIMS.py')
-rw-r--r-- | testcases/vIMS/CI/vIMS.py | 1 |
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, |