summaryrefslogtreecommitdiffstats
path: root/functest/ci
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2017-06-24 08:51:55 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-24 08:51:55 +0000
commit793985abc54fdfdfb801513afd378b5ef865f86b (patch)
treeb7acf456471ae31f24ef39583c09d3e0d56dbdb9 /functest/ci
parentb04150dda0678772a6a42da8d7878deb4ddcd551 (diff)
parentd727ab1f55a5b0ac9fca189a64c52ce9460ce91c (diff)
Merge "Remove calls to deployment handler in prepare env"
Diffstat (limited to 'functest/ci')
-rwxr-xr-xfunctest/ci/prepare_env.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/functest/ci/prepare_env.py b/functest/ci/prepare_env.py
index 5326c50b8..64fcc9256 100755
--- a/functest/ci/prepare_env.py
+++ b/functest/ci/prepare_env.py
@@ -366,7 +366,6 @@ def main(**kwargs):
elif kwargs['action'] == "start":
logger.info("######### Preparing Functest environment #########\n")
check_env_variables()
- get_deployment_handler()
create_directories()
source_rc_file()
update_config_file()
@@ -377,7 +376,6 @@ def main(**kwargs):
with open(CONST.__getattribute__('env_active'), "w") as env_file:
env_file.write("1")
check_environment()
- print_deployment_info()
elif kwargs['action'] == "check":
check_environment()
except Exception as e: